mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
code review feedback
This commit is contained in:
@@ -68,14 +68,6 @@ class NotifyAdminAPIClient(BaseAPIClient):
|
|||||||
for arg in args:
|
for arg in args:
|
||||||
arg = str(arg)
|
arg = str(arg)
|
||||||
if self.is_calling_signin_url(arg):
|
if self.is_calling_signin_url(arg):
|
||||||
# if (
|
|
||||||
# "get-login-gov-user" in arg
|
|
||||||
# or "user/email" in arg
|
|
||||||
# or "/activate" in arg
|
|
||||||
# or "/email-code" in arg
|
|
||||||
# or "/verify/code" in arg
|
|
||||||
# or "/user" in arg
|
|
||||||
# ):
|
|
||||||
still_signing_in = True
|
still_signing_in = True
|
||||||
|
|
||||||
# This seems to be a weird edge case that happens intermittently with invites
|
# This seems to be a weird edge case that happens intermittently with invites
|
||||||
|
|||||||
Reference in New Issue
Block a user