diff --git a/app/notify_client/__init__.py b/app/notify_client/__init__.py index 30cfe218e..f78573090 100644 --- a/app/notify_client/__init__.py +++ b/app/notify_client/__init__.py @@ -65,6 +65,7 @@ class NotifyAdminAPIClient(BaseAPIClient): or "user/email" in arg or "/activate" in arg or "/email-code" in arg + or "/verify/code" in arg ): still_signing_in = True