From cda10dfaa4d174b46c9a91ccb3a9eb88353c5413 Mon Sep 17 00:00:00 2001 From: Blitblank Date: Sat, 21 Mar 2026 17:51:02 -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 3fac7ec..f57cc48 100644 --- a/client/src/api/AuthApi.ts +++ b/client/src/api/AuthApi.ts @@ -10,6 +10,7 @@ const API_URL: string = "/auth"; export const register = async (user: RegisterDto) => { try { + console.log(user); const response = await api.post(`${API_URL}/register`, user); // TODO: if valid