We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f87ca2 commit d128b56Copy full SHA for d128b56
Entregas/PruebasEntrega/js/main.js
@@ -113,7 +113,7 @@
113
if (usr==usuario && pas==pass){
114
//Envia mensaje a DIV con ID "mensajeLogin" en el documento
115
document.querySelector('#mensajeLogin').innerText = "Usuario y password correcto";
116
- window.location.href='https://juangralarg.github.io/CoderHouse/Entregas/PruebasEntrega/principal.html';//redirecciona a pagina. NO FUNCIONA AUN
+ window.location.href='principal.html';//redirecciona a pagina. NO FUNCIONA AUN
117
}else{
118
document.querySelector('#mensajeLogin').innerText = "Datos incorrectos";
119
}
0 commit comments