route handler for account/main
This commit is contained in:
@@ -42,7 +42,7 @@ interface GoogleToken extends JWT {
|
||||
error?: string
|
||||
}
|
||||
|
||||
const authOptions: NextAuthOptions = {
|
||||
export const authOptions: NextAuthOptions = {
|
||||
providers: [
|
||||
//google login flow
|
||||
// GoogleProvider({
|
||||
|
||||
Reference in New Issue
Block a user