Private
Public Access
1
0

fix: Replace console.log with console.warn in MfaSetupPage for ESLint
Some checks failed
CI Pipeline / Rust Format Check (push) Successful in 2s
CI Pipeline / Clippy Lints (push) Successful in 56s
CI Pipeline / Rust Unit Tests (push) Successful in 1m15s
CI Pipeline / Security Audit (push) Successful in 4s
CI Pipeline / Frontend Lint & Type Check (push) Successful in 15s
CI Pipeline / Build .deb & Release (push) Failing after 5m2s

This commit is contained in:
2026-05-12 17:26:49 +00:00
parent f04565ead7
commit 13cabcea77

View File

@ -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, {