mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 10:55:43 -05:00
[SM-389] Event log for service account (#2674)
This commit is contained in:
@ -80,5 +80,7 @@ public enum EventType : int
|
||||
OrganizationDomain_Added = 2000,
|
||||
OrganizationDomain_Removed = 2001,
|
||||
OrganizationDomain_Verified = 2002,
|
||||
OrganizationDomain_NotVerified = 2003
|
||||
OrganizationDomain_NotVerified = 2003,
|
||||
|
||||
Secret_Retrieved = 2100,
|
||||
}
|
||||
|
Reference in New Issue
Block a user