We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75e8fb commit 50d2f4eCopy full SHA for 50d2f4e
Frontend/src/js/modals/signup.js
@@ -50,7 +50,7 @@ document.addEventListener('DOMContentLoaded', function() {
50
})
51
.then(data => {
52
console.log('Success:', data);
53
- document.getElementById('signupModal').querySelector('.close').click(); // Close the modal
+ history.back();
54
document.getElementById('signUpForm').reset();
55
56
.catch(error => {
0 commit comments