se quitó un console.log

This commit is contained in:
evenegas
2025-07-04 13:44:18 -06:00
parent fa63017016
commit 5f1c6cee9e
+1 -1
View File
@@ -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,