Skip to content

Commit 36f5897

Browse files
committed
fix: replace all port
1 parent 1ac24be commit 36f5897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-auth/oidc-provider.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const configuration = {
2222
redirect_uris: [
2323
// Better Auth genericOAuth uses /oauth2/callback/:providerId
2424
"http://localhost:3000/api/auth/oauth2/callback/oidc",
25-
"http://localhost:3000/api/auth/oauth2/callback/oidc",
25+
"http://localhost:3001/api/auth/oauth2/callback/oidc",
2626
"http://localhost:3002/api/auth/oauth2/callback/oidc",
2727
"http://localhost:3003/api/auth/oauth2/callback/oidc",
2828
],

0 commit comments

Comments
 (0)