mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
fix /verify/code
This commit is contained in:
@@ -65,6 +65,7 @@ class NotifyAdminAPIClient(BaseAPIClient):
|
|||||||
or "user/email" in arg
|
or "user/email" in arg
|
||||||
or "/activate" in arg
|
or "/activate" in arg
|
||||||
or "/email-code" in arg
|
or "/email-code" in arg
|
||||||
|
or "/verify/code" in arg
|
||||||
):
|
):
|
||||||
still_signing_in = True
|
still_signing_in = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user