Skip to content

Commit 71b5f28

Browse files
committed
chore: temporary object log to track down an error
1 parent f5f4453 commit 71b5f28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/src/api/controllers/user.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ export async function sendVerificationEmail(
204204
throw new MonkeyError(
205205
500,
206206
"Firebase failed to generate an email verification link: " +
207-
e.errorInfo.message
207+
e.errorInfo.message,
208+
true + " " + JSON.stringify(e)
208209
);
209210
}
210211
} else {

0 commit comments

Comments
 (0)