This commit is contained in:
Tatiana Villa 2026-01-24 13:16:42 +01:00
parent 68660f4d00
commit 44881976ed
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ async function login() {
}
} catch (e) {
msg.textContent = "No se pudo conectar con el servidor.";
msg.textContent = "No se pudo conectar con el servidor. Error: " + e;
msg.classList.add("error");
}
}