We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a3055 commit fa32454Copy full SHA for fa32454
1 file changed
e2e/backend/tailor.config.ts
@@ -33,7 +33,7 @@ const auth = defineAuth("e2e-auth", {
33
});
34
35
const aiGateway = defineAIGateway("e2e-ai-gateway", {
36
- authNamespace: "default",
+ authNamespace: auth.name,
37
cors: [oauth2Config.redirectURIs[0]],
38
39
0 commit comments