From 5f1c6cee9e2dbca478533527e822f7c603b6f4c0 Mon Sep 17 00:00:00 2001 From: evenegas Date: Fri, 4 Jul 2025 13:44:18 -0600 Subject: [PATCH] =?UTF-8?q?se=20quit=C3=B3=20un=20console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/containers/LoginPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/LoginPage.tsx b/src/containers/LoginPage.tsx index 5b7f257..1c60560 100644 --- a/src/containers/LoginPage.tsx +++ b/src/containers/LoginPage.tsx @@ -21,7 +21,7 @@ export default function Page() { const handleLogin = async () => { setLoading(true); try { - console.log(apiUrl); + const response = await axios.post(`${apiUrl}/login`, { email: email, password: password,