remove misleading comment

This commit is contained in:
Kenneth Kehl
2024-04-19 14:39:52 -07:00
parent fe7ad71edf
commit 410256821e

View File

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