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
just throws an exception which then gets caught with a redirect to login at L104. Not sure if there is a way of changing the action based on it being MFA
remove L101 so we don't reset the session on auth failure
change the redirect on L104 to redirect to the current page (convert POST to GET; can't remember if a plain ->redirect() goes to the current page or to the home page)
If we take this approach, I'd quite like to have a "cancel auth" or "logout" button if the auth is beyond the first stage to keep current functionality
When putting in a MFA code, if it fails, it kicks you back to login in again, instead of asking you to try again.
The text was updated successfully, but these errors were encountered: