mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
[SM-1273] Adding enums for additional event logs for secrets (#15274)
* Adding enums for additional event logs for secrets * updating messages * Updating messages to be consistent for logs
This commit is contained in:
@@ -90,4 +90,7 @@ export enum EventType {
|
||||
OrganizationDomain_NotVerified = 2003,
|
||||
|
||||
Secret_Retrieved = 2100,
|
||||
Secret_Created = 2101,
|
||||
Secret_Edited = 2102,
|
||||
Secret_Deleted = 2103,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user