Skip to content

Commit d128b56

Browse files
committed
...
1 parent 9f87ca2 commit d128b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Entregas/PruebasEntrega/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
if (usr==usuario && pas==pass){
114114
//Envia mensaje a DIV con ID "mensajeLogin" en el documento
115115
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
116+
window.location.href='principal.html';//redirecciona a pagina. NO FUNCIONA AUN
117117
}else{
118118
document.querySelector('#mensajeLogin').innerText = "Datos incorrectos";
119119
}

0 commit comments

Comments
 (0)