Skip to content

Commit

Permalink
Update users.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JMarcosMoura authored Jan 9, 2025
1 parent de2d976 commit ca8a0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function adicionarUsuario() {
const user = await resposta.json();
localStorage.setItem('name', user.name)
localStorage.setItem('email', user.email)
window.location.href = 'https://jmarcosmoura.github.io/RedatorPro/www/index.html'
window.location.href = 'home.html'
} else {
console.log('Erro ao realizar cadastro!!')
}
Expand Down

0 comments on commit ca8a0a3

Please sign in to comment.