mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 16:06:03 +01:00
7 lines
290 B
Text
7 lines
290 B
Text
.card
|
|
.card-body
|
|
%h2= t(".heading")
|
|
- 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 }
|