2020-11-01 09:41:37 -08:00
|
|
|
%p Your account is set up to require the use of a one-time password in order to log in.
|
|
|
|
%p You currently have #{@recovery_code_count} unused recovery codes.
|
2020-10-21 04:44:00 -07:00
|
|
|
= link_to t('views.actions.remove'), destroy_user_2fa_path, class: 'btn btn-primary', method: 'delete',
|
2020-10-21 04:59:13 -07:00
|
|
|
data: { confirm: t('views.settings.security.2fa.detach_confirm') }
|
2020-11-01 09:41:37 -08:00
|
|
|
D
|