Skip to content

Commit

Permalink
Update signuppage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joserohit264 authored Jan 2, 2024
1 parent 005d46f commit 35976a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assignments/CB.EN.U4CYS22030/ui/script/signuppage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
event.preventDefault();
if (validateSignUp()) {

window.location.href = '../html/main.html';
window.location.href = '../html/signinpage.html';
}
});

Expand Down

0 comments on commit 35976a0

Please sign in to comment.