fix /verify/code

This commit is contained in:
Kenneth Kehl
2024-07-17 13:35:51 -07:00
parent cb46bb1e24
commit 39ee6b677f

View File

@@ -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