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:
@@ -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({
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user