mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-01 11:52:12 +00:00
Removed lastLoginTime from change Description (#22892)
This commit is contained in:
parent
42bfd65a15
commit
c5e2a9b263
@ -1028,7 +1028,7 @@ public class UserRepository extends EntityRepository<User> {
|
||||
updated.getLastLoginTime(),
|
||||
false,
|
||||
objectMatch,
|
||||
true);
|
||||
false);
|
||||
|
||||
// Updates
|
||||
updateRoles(original, updated);
|
||||
|
Loading…
x
Reference in New Issue
Block a user