mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 21:46:04 +01:00
7 lines
315 B
Text
7 lines
315 B
Text
.card
|
|
.card-body
|
|
%h2= t('views.settings.security.2fa.title')
|
|
- if current_user.otp_module_disabled?
|
|
= render partial: 'settings/security/totp_setup', locals: { qr_svg: qr_svg }
|
|
- else
|
|
= render partial: 'settings/security/totp_enabled', locals: { recovery_code_count: recovery_code_count }
|