Skip to content

Commit

Permalink
update on entry.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
KidiIT authored Jan 5, 2024
1 parent 916cfb5 commit 549a023
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ entryForm.onsubmit=(e)=>{
formErr.contactErr = 'this field is requried';

}else{
console.log({username,password,aspiring});
alert("Congratulation you've successfully submitted your application,Thanks for time your "+username);
alert("Congratulation you've successfully submitted your application,Thanks for time your ");

}
let errElement = document.querySelectorAll('.err')
Expand Down

0 comments on commit 549a023

Please sign in to comment.