-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
tech debtcode should be refactored / restructuredcode should be refactored / restructured
Description
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.
Metadata
Metadata
Assignees
Labels
tech debtcode should be refactored / restructuredcode should be refactored / restructured