chore(auth): remove debug logging from OAuth + registration error paths

This commit is contained in:
tanweer919
2026-07-13 02:17:22 +05:30
parent 0e8a207640
commit 5186497c50
2 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -97,8 +97,8 @@ export function RegisterFlow() {
mailingSameAsRegistered: mailingSame,
consentTerms: termsOk, consentPrivacy: privacyOk,
});
} catch (e) {
console.warn("crm.account.register failed (continuing):", e);
} catch {
// Non-fatal: the auth account already exists; the domain profile can be filled in later.
}
}
router.push("/dashboard");