mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Crypto Agent (#1243)
This commit is contained in:
@@ -135,7 +135,7 @@ const totpService = new TotpService(storageService, cryptoFunctionService, conso
|
||||
const containerService = new ContainerService(cryptoService);
|
||||
const authService = new AuthService(cryptoService, apiService,
|
||||
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService, vaultTimeoutService,
|
||||
consoleLogService);
|
||||
consoleLogService, cryptoFunctionService);
|
||||
const exportService = new ExportService(folderService, cipherService, apiService, cryptoService);
|
||||
const importService = new ImportService(cipherService, folderService, apiService, i18nService, collectionService,
|
||||
platformUtilsService, cryptoService);
|
||||
|
||||
@@ -4451,5 +4451,8 @@
|
||||
},
|
||||
"ssoSettingsSaved": {
|
||||
"message": "Single Sign-On configuration was saved."
|
||||
},
|
||||
"ssoCryptoAgentUnavailable": {
|
||||
"message": "Unable to reach the crypto agent, try again later."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user