mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
fix register
This commit is contained in:
@@ -168,7 +168,6 @@ def set_up_your_profile():
|
|||||||
auth_type="sms_auth",
|
auth_type="sms_auth",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
# activate the user
|
# activate the user
|
||||||
user = user_api_client.get_user_by_uuid_or_email(user_uuid, user_email)
|
user = user_api_client.get_user_by_uuid_or_email(user_uuid, user_email)
|
||||||
activate_user(user["id"])
|
activate_user(user["id"])
|
||||||
|
|||||||
Reference in New Issue
Block a user