You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now (esp. on the login screen) there's a lot of indirection / magic values being returned by the auth service's login method, and their usage on the login screen is similarly confusing.
This is generally discouraged - The full error should be thrown or returned and caught by the caller (as Electron permits). This will help us provide more explicit error messages to help with debugging for users.
The text was updated successfully, but these errors were encountered:
Right now (esp. on the login screen) there's a lot of indirection / magic values being returned by the auth service's
login
method, and their usage on the login screen is similarly confusing.This is generally discouraged - The full error should be thrown or returned and caught by the caller (as Electron permits). This will help us provide more explicit error messages to help with debugging for users.
The text was updated successfully, but these errors were encountered: