We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe55912 commit 530c7b9Copy full SHA for 530c7b9
src/pages/SignupPage.vue
@@ -62,7 +62,7 @@ const signup = () => {
62
title: 'Please fill out all required fields.',
63
icon: 'error',
64
});
65
- else if (validatePassword(password.value))
+ else if (!validatePassword(password.value))
66
Swal.fire({
67
68
title: 'Invalid Password',
0 commit comments