Fix profile form validation requiring password

This commit is contained in:
Jay Trees 2022-03-23 11:00:13 +01:00
parent 60a52ef4d8
commit a2611faf49

View file

@ -8,7 +8,6 @@ $(function() {
$('.ui.form').form({
fields: {
'user-email' : 'email',
'user-password' : ['minLength[8]'],
match : {
identifier : 'user-password-repeat',
depends : 'user-password',