route handler for account/main

This commit is contained in:
2025-05-20 13:04:50 +03:00
parent a132c8a314
commit 73e206be5d
7 changed files with 408 additions and 16 deletions

View File

@@ -42,7 +42,7 @@ interface GoogleToken extends JWT {
error?: string
}
const authOptions: NextAuthOptions = {
export const authOptions: NextAuthOptions = {
providers: [
//google login flow
// GoogleProvider({