mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-07 07:10:01 +08:00
chore: temporary object log to track down an error
This commit is contained in:
parent
f5f4453624
commit
71b5f2875f
1 changed files with 2 additions and 1 deletions
|
@ -204,7 +204,8 @@ export async function sendVerificationEmail(
|
|||
throw new MonkeyError(
|
||||
500,
|
||||
"Firebase failed to generate an email verification link: " +
|
||||
e.errorInfo.message
|
||||
e.errorInfo.message,
|
||||
true + " " + JSON.stringify(e)
|
||||
);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue