mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 05:48:59 +08:00
feat: fix auth
This commit is contained in:
@@ -189,6 +189,7 @@ export const getAuthorizer = () => {
|
||||
|
||||
return [signInWithGoogle, onAuthStateChanged] as const;
|
||||
} catch (e) {
|
||||
getLogger('getAuthorizer')(e);
|
||||
return [] as const;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user