Merge branch 'feat/poc' into feat/datacenter

This commit is contained in:
DiamondThree
2023-01-09 22:00:09 +08:00
2 changed files with 9 additions and 9 deletions
@@ -189,6 +189,7 @@ export const getAuthorizer = () => {
return [signInWithGoogle, onAuthStateChanged] as const;
} catch (e) {
getLogger('getAuthorizer')(e);
return [] as const;
}
};