debian-mirror-gitlab/app/views/shared/_two_factor_auth_recovery_settings_check.html.haml

12 lines
822 B
Text
Raw Normal View History

2021-10-27 15:23:28 +05:30
= render 'shared/global_alert',
variant: :warning,
2022-05-07 20:08:51 +05:30
alert_class: 'js-recovery-settings-callout gl-mt-5',
2022-01-26 12:08:38 +05:30
alert_data: { feature_id: Users::CalloutsHelper::TWO_FACTOR_AUTH_RECOVERY_SETTINGS_CHECK, dismiss_endpoint: callouts_path, defer_links: 'true' },
2021-10-27 15:23:28 +05:30
close_button_data: { testid: 'close-account-recovery-regular-check-callout' } do
2020-03-13 15:44:24 +05:30
.gl-alert-body
2021-10-27 15:23:28 +05:30
= s_('Profiles|Ensure you have two-factor authentication recovery codes stored in a safe place.')
= link_to _('Learn more.'), help_page_path('user/profile/account/two_factor_authentication', anchor: 'recovery-codes'), target: '_blank', rel: 'noopener noreferrer'
.gl-alert-actions
= link_to profile_two_factor_auth_path, class: 'deferred-link btn gl-alert-action btn-confirm btn-md gl-button' do
= s_('Profiles|Manage two-factor authentication')