mirror of
https://github.com/bitwarden/browser.git
synced 2025-12-05 09:14:28 +01:00
Revise to only add new key
This commit is contained in:
parent
0e3dad4fab
commit
cdfe91cdcc
@ -372,10 +372,7 @@ export class EventService {
|
||||
msg = humanReadableMsg = this.i18nService.t("enabledSso");
|
||||
break;
|
||||
case EventType.Organization_DisabledSso:
|
||||
msg = humanReadableMsg =
|
||||
this.i18nService.translationLocale === "en"
|
||||
? this.i18nService.t("ssoTurnedOff")
|
||||
: this.i18nService.t("disabledSso");
|
||||
msg = humanReadableMsg = this.i18nService.t("ssoTurnedOff");
|
||||
break;
|
||||
case EventType.Organization_EnabledKeyConnector:
|
||||
msg = humanReadableMsg = this.i18nService.t("enabledKeyConnector");
|
||||
|
||||
@ -7122,9 +7122,6 @@
|
||||
"enabledSso": {
|
||||
"message": "SSO turned on"
|
||||
},
|
||||
"disabledSso": {
|
||||
"message": "SSO turned on"
|
||||
},
|
||||
"ssoTurnedOff": {
|
||||
"message": "SSO turned off"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user