added config for google auth
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user