diff --git a/app/views/mfa/new.html.erb b/app/views/mfa/new.html.erb index c19024f5..37aa6731 100644 --- a/app/views/mfa/new.html.erb +++ b/app/views/mfa/new.html.erb @@ -15,6 +15,29 @@ <%= generate_mfa_qr_code(Current.user.provisioning_uri) %> +
+

<%= t(".secret_title") %>

+
+

<%= t(".secret_description") %>

+
+
+ + + +
+
+

<%= t(".verify_title") %>

diff --git a/config/locales/views/mfa/en.yml b/config/locales/views/mfa/en.yml index 6db9f97f..bfc8ae61 100644 --- a/config/locales/views/mfa/en.yml +++ b/config/locales/views/mfa/en.yml @@ -22,6 +22,8 @@ en: scan_description: Use an authenticator app like Google Authenticator or 1Password to scan this QR code scan_title: 1. Scan QR Code + secret_description: If you can't scan the QR code, enter this secret key manually in your authenticator app + secret_title: Manual Entry Code title: Set Up Two-Factor Authentication verify_button: Verify and Enable 2FA verify_description: Enter the 6-digit code from your authenticator app