fix change user role
This commit is contained in:
parent
c2c421baa6
commit
5b2c04ca25
@ -64,6 +64,6 @@ export class UserUpdateService {
|
||||
return false
|
||||
}
|
||||
|
||||
return input[property] == user[property]
|
||||
return input[property] !== user[property]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user