Skip to content

Commit

Permalink
Some explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alneberg committed Jan 27, 2025
1 parent 85ed129 commit 4cf6bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions status/authorization.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def check_and_update_statusdb_user_name(self, user_email: str, user_name: str):
self.application.cloudant.put_document(
db="gs_users", doc_id=current_doc["_id"], document=current_doc
)
# We'll ignore the other cases


class LogoutHandler(tornado.web.RequestHandler, tornado.auth.GoogleOAuth2Mixin):
Expand Down

0 comments on commit 4cf6bb2

Please sign in to comment.