mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 13:58:06 +01:00
9b1f2a4b61
Fix #2744
7 lines
296 B
Text
7 lines
296 B
Text
- 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' }
|