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
The current code makes a distinction between invalid usernames and invalid passwords. The different error messages can be used to enumerate existing users.
Namely: LoginError::PasswordIncorrect and LoginError::UsernameNotFound. Resolution would probably just be merging these 2 into 1 eg.: LoginError::LoginFailure.