fix change user role

This commit is contained in:
Ulf Gebhardt 2023-11-06 22:25:40 +01:00
parent c2c421baa6
commit 5b2c04ca25
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -64,6 +64,6 @@ export class UserUpdateService {
return false
}
return input[property] == user[property]
return input[property] !== user[property]
}
}