Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandelAnish authored Aug 24, 2024
1 parent e6f4434 commit a731ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/signup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h1 class="h3 mb-3 fw-normal">Sign Up to fusionFLOW</h1>
const response = await signup(userDetails);

if (response.signup) {
window.location.href = '/signin';
window.location.href = 'https://fusionflow-signin.onrender.com';
} else {
warningMsg.textContent = response.msg;
}
Expand Down

0 comments on commit a731ec0

Please sign in to comment.