mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-09 17:14:18 +00:00
feat: add location based on ip to the audit log
This commit is contained in:
@@ -2,6 +2,8 @@ export type AuditLog = {
|
||||
id: string;
|
||||
event: string;
|
||||
ipAddress: string;
|
||||
country?: string;
|
||||
city?: string;
|
||||
device: string;
|
||||
createdAt: string;
|
||||
data: any;
|
||||
|
||||
Reference in New Issue
Block a user