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