mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 13:04:37 +00:00
9b1f2a4b61
Fix #2744
10 lines
372 B
Plaintext
10 lines
372 B
Plaintext
- content_for :page_title do
|
|
= t('auth.login')
|
|
|
|
=javascript_pack_tag 'two_factor_authentication', crossorigin: 'anonymous'
|
|
|
|
- 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' }
|