lint + fixes for registration
This commit is contained in:
parent
3799983d4f
commit
5bbc0e0bb5
14 changed files with 43 additions and 34 deletions
|
@ -24,7 +24,7 @@ const registration = {
|
|||
password: { required },
|
||||
confirm: {
|
||||
required,
|
||||
sameAsPassword: sameAs('password')
|
||||
sameAs: sameAs(this.password)
|
||||
},
|
||||
reason: { required: requiredIf(() => this.accountApprovalRequired) }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue