feat: Correct User Exists Validation

This commit is contained in:
diallolatoile 2026-01-07 22:52:01 +00:00
parent fcfb1af958
commit d3fb5b7867

View File

@ -21,7 +21,7 @@ async function bootstrap() {
// CORS // CORS
app.enableCors({ app.enableCors({
origin: process.env.ALLOWED_ORIGINS?.split(',') || '*', origin: process.env.ALLOWED_ORIGINS?.split(',') || '*',
credentials: true, credentials: false,
}); });
// Swagger // Swagger