From 785d8b0cc5f0bcdaf8cbc20b40b94819588045a7 Mon Sep 17 00:00:00 2001 From: jelveh Date: Mon, 4 May 2026 19:45:52 -0700 Subject: [PATCH] Remove recovery warning block from 2FA setup --- src/gui/src/UI/UIWindow2FASetup.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/src/UI/UIWindow2FASetup.js b/src/gui/src/UI/UIWindow2FASetup.js index 0cde4f64a..36a3f5a2d 100644 --- a/src/gui/src/UI/UIWindow2FASetup.js +++ b/src/gui/src/UI/UIWindow2FASetup.js @@ -687,10 +687,6 @@ const UIWindow2FASetup = async function UIWindow2FASetup () { // ── Screen 2: Recovery Codes ───────────────────────────────────────── h += '
'; h += `

${i18n('setup2fa_4_instructions', [], false)}

`; - h += '
'; - h += ` ${SVG_WARN}`; - h += ' These codes can only be viewed once. Store them in a safe place — you will need them if you lose access to your authenticator app.'; - h += '
'; h += '
'; h += '
';