about summary refs log tree commit diff
path: root/app/views/settings/two_factor_authentication/otp_authentication/show.html.haml
blob: d069ba12a96bc1a61b112c5b8569c9745d6058d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
- 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'