mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-24 06:43:57 +08:00
removed log
This commit is contained in:
parent
4b423a5484
commit
8d17f699df
1 changed files with 0 additions and 2 deletions
|
@ -140,8 +140,6 @@ async function authenticateWithBearerToken(
|
|||
email: decodedToken.email ?? "",
|
||||
};
|
||||
} catch (error) {
|
||||
Logger.error(`Firebase auth error code ${error.errorInfo.code.toString()}`);
|
||||
|
||||
if (error?.errorInfo?.code?.includes("auth/id-token-expired")) {
|
||||
throw new MonkeyError(
|
||||
401,
|
||||
|
|
Loading…
Reference in a new issue