Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvaradoz committed Jan 26, 2024
1 parent b2a90ea commit 1744d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ let signUp = function (){
}
while(userPassword.length < 5){
alert("Please enter a valid password, needs to be at least 5 characters long")
userPassword = prompt("Enter your Password")
userPassword = prompt("Enter your Password, at least 5 characters long")
}
userPassword = userPassword.trim()

Expand Down

0 comments on commit 1744d2f

Please sign in to comment.