2020-10-18 01:39:46 -07:00
|
|
|
.card
|
|
|
|
.card-body
|
2022-02-13 09:53:40 -08:00
|
|
|
%h2= t(".heading")
|
2020-10-18 10:48:12 -07:00
|
|
|
- if current_user.otp_module_disabled?
|
2022-02-13 09:53:40 -08:00
|
|
|
= render partial: "settings/security/totp_setup", locals: { qr_svg: qr_svg }
|
2020-10-18 01:39:46 -07:00
|
|
|
- else
|
2022-02-13 09:53:40 -08:00
|
|
|
= render partial: "settings/security/totp_enabled", locals: { recovery_code_count: recovery_code_count }
|