1
0
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:
Addison Beck
2024-08-27 18:21:33 -04:00
committed by GitHub
parent 7564c4aa7c
commit 76b9adf50b
5 changed files with 6 additions and 7 deletions

View File

@@ -2,4 +2,5 @@
export enum EventSystemUser {
SCIM = 1,
DomainVerification = 2,
PublicApi = 3,
}