feat(audit): add localized security audit logs (#5462)
This commit is contained in:
@@ -58,6 +58,7 @@ export const LOG_TYPE_ENUM = {
|
||||
SYSTEM: 4,
|
||||
ERROR: 5,
|
||||
REFUND: 6,
|
||||
LOGIN: 7,
|
||||
} as const
|
||||
|
||||
/**
|
||||
@@ -95,6 +96,7 @@ export const LOG_TYPES = [
|
||||
{ value: 4, label: 'System', color: 'purple' },
|
||||
{ value: 5, label: 'Error', color: 'red' },
|
||||
{ value: 6, label: 'Refund', color: 'blue' },
|
||||
{ value: 7, label: 'Login', color: 'teal' },
|
||||
] as const
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user