chore(auth): remove debug logging from OAuth + registration error paths
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user