From f1e693cbc0a4c51a5c500d594be70857cf51b296 Mon Sep 17 00:00:00 2001 From: Blitblank Date: Sun, 22 Mar 2026 20:49:27 -0500 Subject: [PATCH] debug --- client/src/api/AuthApi.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/api/AuthApi.ts b/client/src/api/AuthApi.ts index f2ef26b..2175ca0 100644 --- a/client/src/api/AuthApi.ts +++ b/client/src/api/AuthApi.ts @@ -32,6 +32,7 @@ export const login = async (user: LoginDto ) => { return true; } catch (err) { + console.log(err); return false; }