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
Both locally and in production, submitting login details for an account that doesn't exist causes infinite loading as the server never sends a response. The server error is TypeError: Cannot read property 'hashed_pass' of undefined -- definitely need some error handling here.
The text was updated successfully, but these errors were encountered:
Both locally and in production, submitting login details for an account that doesn't exist causes infinite loading as the server never sends a response. The server error is
TypeError: Cannot read property 'hashed_pass' of undefined
-- definitely need some error handling here.The text was updated successfully, but these errors were encountered: