Skip to content

Commit

Permalink
Merge pull request #79 from rrafaelc/minor-fix/login
Browse files Browse the repository at this point in the history
fix: login uri
  • Loading branch information
rrafaelc authored Sep 17, 2023
2 parents 80e0092 + c671f84 commit 8e0ce93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ const form = document.querySelector('form');
form.addEventListener('submit', e => {
e.preventDefault();

window.location.href = '/sistema/';
window.location.href = '../sistema/';
});

0 comments on commit 8e0ce93

Please sign in to comment.