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
Currently, the LoginCallbackView throws exceptions when any sort of verification fails. This results in django rendering a 500 Internal Server Error page which is, of course, undesirable. Instead, these errors should be rendered appropriately to the user.
The user should also have the option to retry authentication in any such case.
The text was updated successfully, but these errors were encountered:
Currently, the
LoginCallbackView
throws exceptions when any sort of verification fails. This results in django rendering a 500 Internal Server Error page which is, of course, undesirable. Instead, these errors should be rendered appropriately to the user.The user should also have the option to retry authentication in any such case.
The text was updated successfully, but these errors were encountered: