Removed lastLoginTime from change Description (#22892)

This commit is contained in:
Ajith Prasad 2025-08-12 17:45:34 +05:30 committed by GitHub
parent 42bfd65a15
commit c5e2a9b263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1028,7 +1028,7 @@ public class UserRepository extends EntityRepository<User> {
updated.getLastLoginTime(),
false,
objectMatch,
true);
false);
// Updates
updateRoles(original, updated);