forked from Trustie/forgeplus
fix:回滚edit.js
This commit is contained in:
parent
907ee60c1d
commit
4aab0ddf51
|
|
@ -134,11 +134,11 @@ $(document).on('turbolinks:load', function() {
|
|||
rules: {
|
||||
"user[password]": {
|
||||
required: false,
|
||||
minlength: 8
|
||||
minlength: 5
|
||||
},
|
||||
"user[password_confirmation]": {
|
||||
required: false,
|
||||
minlength: 8,
|
||||
minlength: 5,
|
||||
equalTo: "#user_password"
|
||||
},
|
||||
},
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue