From 13cabcea77107594714943115ffcf350215a6e1b Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 12 May 2026 17:26:49 +0000 Subject: [PATCH] fix: Replace console.log with console.warn in MfaSetupPage for ESLint --- frontend/src/pages/MfaSetupPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/MfaSetupPage.tsx b/frontend/src/pages/MfaSetupPage.tsx index 5aae377..4269170 100644 --- a/frontend/src/pages/MfaSetupPage.tsx +++ b/frontend/src/pages/MfaSetupPage.tsx @@ -24,7 +24,7 @@ export default function MfaSetupPage() { authApi.getMfaSetup() .then((res) => { setSetup(res.data) - console.log('[MFA Setup] Success:', res.status, res.data) + console.warn('[MFA Setup] Success:', res.status, res.data) // Generate QR code from otpauth URI if (res.data.otp_uri) { QRCode.toDataURL(res.data.otp_uri, {