Clarify a comment.

pull/7068/head
Patrick Cloke 2020-03-23 09:10:03 -04:00
parent 7a523b3007
commit ac262188b6
1 changed files with 3 additions and 3 deletions

View File

@ -351,9 +351,9 @@ class AuthHandler(BaseHandler):
list(clientdict),
)
# If the authentication flow is complete and this is the
# subsequent request, mark this session as invalid, so it cannot
# be re-used.
# Once the authentication flow has completed and the final
# operation is requested, the session should be removed so it
# cannot be re-used.
if "type" not in authdict:
self._remove_session(session["id"])