Compare commits

..

No commits in common. "fix-change-user-role" and "master" have entirely different histories.

View File

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