From 61b3746b2cbe4ad4dca8052cd038ea2212581893 Mon Sep 17 00:00:00 2001 From: diallolatoile Date: Tue, 6 Jan 2026 23:52:54 +0000 Subject: [PATCH] feat: Correct User Exists Validation --- src/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 1810a55..be59d6e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -21,7 +21,6 @@ async function bootstrap() { // CORS app.enableCors({ origin: process.env.CORS_ORIGINS?.split(',') || '*', - credentials: true, }); // Swagger