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
allowed = _is_logged_in_with_confirmed_email(user_manager)
if not allowed:
# Redirect to unauthenticated page
return user_manager.unauthenticated_view() # bug
We should redirect to resend email confirmation page.
Else they got in redirect loop
The text was updated successfully, but these errors were encountered:
In flask_user\decorators.py
We should redirect to resend email confirmation page.
Else they got in redirect loop
The text was updated successfully, but these errors were encountered: