se quitó un console.log
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user