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 5096ebc commit caf33d7Copy full SHA for caf33d7
server.ts
@@ -78,7 +78,6 @@ fastify.register(cors, {
78
: // @ts-ignore
79
[fastify.config.POST_LOGIN_REDIRECT]; // Fallback to POST_LOGIN_REDIRECT
80
81
- console.log('Allowed Origin:', allowedOrigins, !origin || allowedOrigins.includes(origin));
82
if (!origin || allowedOrigins.includes(origin)) {
83
callback(null, true);
84
} else {
0 commit comments