Skip to content

Commit 4d2a4bf

Browse files
Update web/app/pages/settings/index.vue
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 27f7116 commit 4d2a4bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web/app/pages/settings/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ async function sendVerificationEmail() {
6363
message: 'Verification email sent. Please check your inbox.',
6464
type: 'success',
6565
})
66-
} catch {
66+
} catch (error) {
67+
console.error('sendEmailVerification failed:', error)
6768
notificationsStore.addNotification({
6869
message: 'Failed to send verification email. Please try again later.',
6970
type: 'error',

0 commit comments

Comments
 (0)