mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Merge branch 'main' of https://github.com/GSA/notifications-admin into 686-remove-uk-styles
# Conflicts: # app/assets/stylesheets/main.scss # app/templates/views/find-users/user-information.html # app/templates/views/two-factor-webauthn.html # app/templates/views/user-profile/manage-security-key.html # app/templates/views/user-profile/security-keys.html # gulpfile.js
This commit is contained in:
@@ -234,27 +234,22 @@ EXCLUDED_ENDPOINTS = tuple(map(Navigation.get_endpoint_with_blueprint, {
|
||||
'two_factor_email',
|
||||
'two_factor_email_interstitial',
|
||||
'two_factor_email_sent',
|
||||
'two_factor_webauthn',
|
||||
'update_email_branding',
|
||||
'uploads',
|
||||
'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',
|
||||
'user_profile_email',
|
||||
'user_profile_email_authenticate',
|
||||
'user_profile_email_confirm',
|
||||
'user_profile_manage_security_key',
|
||||
'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',
|
||||
'using_notify',
|
||||
'verify',
|
||||
'verify_email',
|
||||
@@ -271,10 +266,6 @@ EXCLUDED_ENDPOINTS = tuple(map(Navigation.get_endpoint_with_blueprint, {
|
||||
'view_template',
|
||||
'view_template_version',
|
||||
'view_template_versions',
|
||||
'webauthn_begin_register',
|
||||
'webauthn_complete_register',
|
||||
'webauthn_begin_authentication',
|
||||
'webauthn_complete_authentication',
|
||||
'who_its_for',
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user