Skip to content

Commit 548d695

Browse files
committed
add providers in auth.config.ts file
1 parent 72a9053 commit 548d695

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

auth.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ if (process.env.NODE_ENV === "production" && !envSecret) {
2222
}
2323

2424
export const authConfig = {
25+
providers: [],
2526
secret,
2627
pages: {
2728
signIn: "/login",

0 commit comments

Comments
 (0)