feat: enhance audit log display in OrganizationSettings by adding Log ID and improving actor identification with email fallback

This commit is contained in:
Usman Baig
2026-02-05 13:04:51 +01:00
parent bcb221eb41
commit 01af2124eb
2 changed files with 7 additions and 2 deletions

View File

@@ -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