Skip to content

Commit

Permalink
Merge pull request #1735 from GSA/notify-compliance-46d
Browse files Browse the repository at this point in the history
fix /verify/code
  • Loading branch information
ccostino authored Jul 17, 2024
2 parents f5666d9 + 39ee6b6 commit 6b58981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/notify_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def check_inactive_user(self, *args):
or "user/email" in arg
or "/activate" in arg
or "/email-code" in arg
or "/verify/code" in arg
):
still_signing_in = True

Expand Down

0 comments on commit 6b58981

Please sign in to comment.