mirror of https://github.com/Chocobozzz/PeerTube
Fix typo in db field check
parent
a2b6ec7c3f
commit
51892fe042
|
@ -233,7 +233,7 @@ export class UserModel extends Model<UserModel> {
|
|||
password: string
|
||||
|
||||
@AllowNull(false)
|
||||
@Is('UserPassword', value => throwIfNotValid(value, isUserUsernameValid, 'user name'))
|
||||
@Is('UserUsername', value => throwIfNotValid(value, isUserUsernameValid, 'user name'))
|
||||
@Column
|
||||
username: string
|
||||
|
||||
|
|
Loading…
Reference in New Issue