Remove recovery warning block from 2FA setup

This commit is contained in:
jelveh
2026-05-04 19:45:52 -07:00
parent eaa68c243a
commit 785d8b0cc5
-4
View File
@@ -687,10 +687,6 @@ const UIWindow2FASetup = async function UIWindow2FASetup () {
// ── Screen 2: Recovery Codes ─────────────────────────────────────────
h += '<div class="tfa-screen" data-screen="2">';
h += `<p class="tfa-recovery-intro">${i18n('setup2fa_4_instructions', [], false)}</p>`;
h += '<div class="tfa-recovery-warning">';
h += ` ${SVG_WARN}`;
h += ' <span>These codes can only be viewed once. Store them in a safe place &mdash; you will need them if you lose access to your authenticator app.</span>';
h += '</div>';
h += '<div class="tfa-codes-card">';
h += ' <div class="tfa-codes-grid">';