This commit is contained in:
Rachid Mrad 2024-03-19 12:04:46 -04:00
parent 6f8af3f5c3
commit d04b54a9f9
No known key found for this signature in database

View file

@ -119,7 +119,7 @@ def login_callback(request):
# Set the flag to indicate that the redirect has been attempted
request.session["redirect_attempted"] = True
# In the event of a sstate mismatch between OP and session, redirect the user to the
# In the event of a state mismatch between OP and session, redirect the user to the
# beginning of login process without raising an error to the user. Attempt once.
logger.warning(f"No State Defined: {nsd_err}")
return redirect(request.session.get("next", "/"))