fix console error (#304)

This commit is contained in:
formsdev
2024-02-01 17:44:30 +05:30
committed by GitHub
parent 5bdc76ecd6
commit 0da9b9270f

View File

@@ -82,7 +82,6 @@ const passwordEntered = function (password) {
openCompleteForm.value.addPasswordError('Invalid password.') openCompleteForm.value.addPasswordError('Invalid password.')
} }
}) })
openCompleteForm.value.submit()
}) })
} }