diff --git a/app/notify_client/__init__.py b/app/notify_client/__init__.py index 30cfe218ec..f785730900 100644 --- a/app/notify_client/__init__.py +++ b/app/notify_client/__init__.py @@ -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