We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812f6ac commit ae70831Copy full SHA for ae70831
1 file changed
web/lib/firebase/email-verification.ts
@@ -20,7 +20,7 @@ export const sendVerificationEmail = async (
20
success: t('settings.email.verification_sent', 'Verification email sent — check your inbox and spam.'),
21
error: t('settings.email.verification_failed', 'Failed to send verification email.'),
22
})
23
- .catch(() => {
24
- console.error("Failed to send verification email")
+ .catch((e) => {
+ console.error("Failed to send verification email", e)
25
26
}
0 commit comments