mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-04 16:11:11 -04:00
Merge pull request #4166 from alphagov/allow_user_delete_mobile_number
Let users on email auth delete their mobile numbers
This commit is contained in:
@@ -317,6 +317,7 @@ EXCLUDED_ENDPOINTS = tuple(map(Navigation.get_endpoint_with_blueprint, {
|
||||
'usage',
|
||||
'user_information',
|
||||
'user_profile',
|
||||
'user_profile_confirm_delete_mobile_number',
|
||||
'user_profile_confirm_delete_security_key',
|
||||
'user_profile_delete_security_key',
|
||||
'user_profile_disable_platform_admin_view',
|
||||
@@ -327,6 +328,7 @@ EXCLUDED_ENDPOINTS = tuple(map(Navigation.get_endpoint_with_blueprint, {
|
||||
'user_profile_mobile_number',
|
||||
'user_profile_mobile_number_authenticate',
|
||||
'user_profile_mobile_number_confirm',
|
||||
'user_profile_mobile_number_delete',
|
||||
'user_profile_name',
|
||||
'user_profile_password',
|
||||
'user_profile_security_keys',
|
||||
|
||||
Reference in New Issue
Block a user