We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a9053 commit 548d695Copy full SHA for 548d695
1 file changed
auth.config.ts
@@ -22,6 +22,7 @@ if (process.env.NODE_ENV === "production" && !envSecret) {
22
}
23
24
export const authConfig = {
25
+ providers: [],
26
secret,
27
pages: {
28
signIn: "/login",
0 commit comments