Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63d5dde

Browse files
aq-ikhwa-techludomikula
authored andcommitted
Add handling for geolocation data for audit logs
1 parent 4930575 commit 63d5dde

File tree

1 file changed

+1
-0
lines changed
  • server/api-service/lowcoder-infra/src/main/java/org/lowcoder/infra/event

1 file changed

+1
-0
lines changed

server/api-service/lowcoder-infra/src/main/java/org/lowcoder/infra/event/AbstractEvent.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public abstract class AbstractEvent implements LowcoderEvent
1717
protected final String userId;
1818
protected final String sessionHash;
1919
protected final Boolean isAnonymous;
20+
private final String ipAddress;
2021
protected Map<String, Object> details;
2122

2223
public Map<String, Object> details()

0 commit comments

Comments
 (0)