added config for google auth

This commit is contained in:
2024-01-07 13:08:29 +01:00
parent 15b164ce3c
commit 8367606493
7 changed files with 42 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
*/
import NextAuth from 'next-auth';
import { authConfig } from './auth.config';
import { authConfig } from './auth.config.db';
export default NextAuth(authConfig).auth;