mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-02 04:13:17 +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(),
|
updated.getLastLoginTime(),
|
||||||
false,
|
false,
|
||||||
objectMatch,
|
objectMatch,
|
||||||
true);
|
false);
|
||||||
|
|
||||||
// Updates
|
// Updates
|
||||||
updateRoles(original, updated);
|
updateRoles(original, updated);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user