mastodon/app/views/settings/two_factor_authentication/otp_authentication/show.html.haml

10 lines
279 B
Plaintext

- content_for :page_title do
= t('settings.two_factor_authentication')
.simple_form
%p.hint= t('otp_authentication.description_html')
%hr.spacer/
= link_to t('otp_authentication.setup'), settings_otp_authentication_path, data: { method: :post }, class: 'block-button'