chore: temporary object log to track down an error

This commit is contained in:
Miodec 2025-03-12 08:55:19 +01:00
parent f5f4453624
commit 71b5f2875f

View file

@ -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 {