mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-28 21:20:56 -04:00
code review feedback
This commit is contained in:
@@ -68,14 +68,6 @@ class NotifyAdminAPIClient(BaseAPIClient):
|
||||
for arg in args:
|
||||
arg = str(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
|
||||
|
||||
# This seems to be a weird edge case that happens intermittently with invites
|
||||
|
||||
Reference in New Issue
Block a user