feat: enhance audit log display in OrganizationSettings by adding Log ID and improving actor identification with email fallback
This commit is contained in:
@@ -8,6 +8,7 @@ export interface AuditLogEntry {
|
||||
id: string
|
||||
org_id: string
|
||||
actor_id?: string
|
||||
actor_email?: string
|
||||
action: string
|
||||
resource_type: string
|
||||
resource_id?: string
|
||||
|
||||
Reference in New Issue
Block a user