Skip to content

Commit

Permalink
Fé 3
Browse files Browse the repository at this point in the history
  • Loading branch information
JMarcosMoura committed Jan 15, 2025
1 parent 90b6420 commit c9a72f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion js/login-users.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ document.querySelector('.sign-in-form').addEventListener('submit', async functio
localStorage.setItem('isLoggedIn', 'true');

// Redireciona para a página principal
window.location.href = 'index.html';
window.location.href = 'www/index.html';
} else {
alert('Email ou senha inválidos. Por favor, tente novamente.');
}
Expand Down
1 change: 0 additions & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ <h2>Funções</h2>
<!-- Roteamento do app-->
<script type="text/javascript" src="js/routes.js"></script>
<script src="cordova.js"></script>
<script src="../js/login-users.js"></script>

<script>
// Previne o envio do formulário
Expand Down

0 comments on commit c9a72f5

Please sign in to comment.