Merge branch 'feat/refresh' into v2-google-auth

This commit is contained in:
Mythie
2023-07-31 13:03:32 +10:00
118 changed files with 17723 additions and 612 deletions
-1
View File
@@ -31,7 +31,6 @@ export const NEXT_AUTH_OPTIONS: AuthOptions = {
const user = await getUserByEmail({ email }).catch(() => null);
if (!user || !user.password) {
console.log('no user');
return null;
}