mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 11:29:25 +02:00
fix typo
This commit is contained in:
parent
6f8af3f5c3
commit
d04b54a9f9
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ def login_callback(request):
|
||||||
# Set the flag to indicate that the redirect has been attempted
|
# Set the flag to indicate that the redirect has been attempted
|
||||||
request.session["redirect_attempted"] = True
|
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.
|
# beginning of login process without raising an error to the user. Attempt once.
|
||||||
logger.warning(f"No State Defined: {nsd_err}")
|
logger.warning(f"No State Defined: {nsd_err}")
|
||||||
return redirect(request.session.get("next", "/"))
|
return redirect(request.session.get("next", "/"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue