feat: fix auth

This commit is contained in:
MingLiang Wang
2023-01-09 21:56:24 +08:00
parent 8b95f13076
commit f4eb4740d8
2 changed files with 5 additions and 5 deletions
@@ -189,6 +189,7 @@ export const getAuthorizer = () => {
return [signInWithGoogle, onAuthStateChanged] as const;
} catch (e) {
getLogger('getAuthorizer')(e);
return [] as const;
}
};