unify all ports: app=3010, infra=3184-3187, cleanup debug markers
This commit is contained in:
@@ -33,7 +33,7 @@ async function main(): Promise<void> {
|
||||
name: "Test OAuth Client",
|
||||
clientId: testClientId,
|
||||
clientSecret,
|
||||
redirectUris: ["http://localhost:5173/callback", "http://localhost:3000/callback"],
|
||||
redirectUris: ["http://localhost:5173/callback", "http://localhost:3010/callback"],
|
||||
grants: ["authorization_code", "client_credentials", "refresh_token"],
|
||||
isConfidential: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user