mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
remove misleading comment
This commit is contained in:
@@ -76,7 +76,6 @@ def activate_user(user_id):
|
||||
# but that will be the normal sign in use case
|
||||
login_gov_invite_data = None
|
||||
if login_gov_invite_data:
|
||||
# Not clear why we have to call json.loads twice, but we do
|
||||
login_gov_invite_data = json.loads(login_gov_invite_data)
|
||||
service_id = login_gov_invite_data["service_id"]
|
||||
user_id = user_id
|
||||
|
||||
Reference in New Issue
Block a user