From d3fb5b78670739c800527421940b77c8e9eed0c9 Mon Sep 17 00:00:00 2001 From: diallolatoile Date: Wed, 7 Jan 2026 22:52:01 +0000 Subject: [PATCH] feat: Correct User Exists Validation --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 57ac811..4f54b12 100644 --- a/src/main.ts +++ b/src/main.ts @@ -21,7 +21,7 @@ async function bootstrap() { // CORS app.enableCors({ origin: process.env.ALLOWED_ORIGINS?.split(',') || '*', - credentials: true, + credentials: false, }); // Swagger