Skip to content

Commit

Permalink
docs: update comment about state value
Browse files Browse the repository at this point in the history
  • Loading branch information
mblackgeo authored Mar 31, 2022
1 parent 8195ef0 commit c36ed85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def postlogin():
# and the user claims and info are stored in the Flask session:
# session["claims"] and session["user_info"].
# Do anything after the user has logged in here, e.g. a redirect or perform
# logic based on a custom `session['state']` value if that was set in the
# login route
# logic based on a custom `session['state']` value if that was set before
# login
return redirect(url_for("claims"))


Expand Down

0 comments on commit c36ed85

Please sign in to comment.