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