mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Enable event logs to show events logged by the Public API (#10660)
* Add PublicApi to event system users * Remove `import` api service method
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
export enum EventSystemUser {
|
||||
SCIM = 1,
|
||||
DomainVerification = 2,
|
||||
PublicApi = 3,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user