Skip to content

Commit ae70831

Browse files
committed
Log
1 parent 812f6ac commit ae70831

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/lib/firebase/email-verification.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const sendVerificationEmail = async (
2020
success: t('settings.email.verification_sent', 'Verification email sent — check your inbox and spam.'),
2121
error: t('settings.email.verification_failed', 'Failed to send verification email.'),
2222
})
23-
.catch(() => {
24-
console.error("Failed to send verification email")
23+
.catch((e) => {
24+
console.error("Failed to send verification email", e)
2525
})
2626
}

0 commit comments

Comments
 (0)