Skip to content

Commit b3b71e5

Browse files
Merge pull request #26 from stepbystepcode/dev
password strtheng
2 parents 65d28d3 + 530c7b9 commit b3b71e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/SignupPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const signup = () => {
6262
title: 'Please fill out all required fields.',
6363
icon: 'error',
6464
});
65-
else if (validatePassword(password.value))
65+
else if (!validatePassword(password.value))
6666
Swal.fire({
6767
icon: 'error',
6868
title: 'Invalid Password',

0 commit comments

Comments
 (0)