Skip to content

Commit 33c6c17

Browse files
committed
revert debug changes
1 parent 551edc5 commit 33c6c17

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

apps/dev/nextjs/auth.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import NextAuth from "next-auth"
22
import Credentials from "next-auth/providers/credentials"
33
import Keycloak from "next-auth/providers/keycloak"
44
import GitHub from "next-auth/providers/github"
5-
import Gumroad from "next-auth/providers/gumroad"
65

76
// import { PrismaClient } from "@prisma/client"
87
// import { PrismaAdapter } from "@auth/prisma-adapter"
@@ -67,9 +66,8 @@ export const { handlers, auth, signIn, signOut, unstable_update } = NextAuth({
6766
}
6867
},
6968
}),
70-
// GitHub,
71-
// Keycloak,
72-
Gumroad,
69+
GitHub,
70+
Keycloak,
7371
],
7472

7573
callbacks: {

0 commit comments

Comments
 (0)