1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +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

@@ -22,6 +22,7 @@ import { BaseEventsComponent } from "../../common/base.events.component";
const EVENT_SYSTEM_USER_TO_TRANSLATION: Record<EventSystemUser, string> = {
[EventSystemUser.SCIM]: null, // SCIM acronym not able to be translated so just display SCIM
[EventSystemUser.DomainVerification]: "domainVerification",
[EventSystemUser.PublicApi]: "publicApi",
};
@Component({

View File

@@ -9012,5 +9012,9 @@
},
"secretsManagerWithFreePasswordManagerInfo": {
"message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over."
},
"publicApi": {
"message": "Public API",
"description": "The text, 'API', is an acronymn and should not be translated."
}
}