show.html.haml 279 B

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