mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
9b1f2a4b61
Fix #2744
8 lines
296 B
Plaintext
8 lines
296 B
Plaintext
- content_for :page_title do
|
|
= t('auth.login')
|
|
|
|
- if @webauthn_enabled
|
|
= render partial: 'auth/sessions/two_factor/webauthn_form', locals: { hidden: @scheme_type != 'webauthn' }
|
|
|
|
= render partial: 'auth/sessions/two_factor/otp_authentication_form', locals: { hidden: @scheme_type != 'totp' }
|