1
0
mirror of https://github.com/bitwarden/desktop synced 2026-01-07 11:03:13 +00:00

[Linked fields] Add Linked Field as custom field type (#1091)

* Add linked fields

* Update to use Field.linkedId

* Add missing deps

* Update jslib
This commit is contained in:
Thomas Rittson
2021-11-04 08:02:41 +10:00
committed by GitHub
parent 6cea5e053d
commit f2a5fe4429
7 changed files with 53 additions and 4 deletions

View File

@@ -130,7 +130,7 @@ const passwordGenerationService = new PasswordGenerationService(cryptoService, s
const totpService = new TotpService(storageService, cryptoFunctionService, logService);
const containerService = new ContainerService(cryptoService);
const authService = new AuthService(cryptoService, apiService, userService, tokenService, appIdService,
i18nService, platformUtilsService, messagingService, vaultTimeoutService, logService);
i18nService, platformUtilsService, messagingService, vaultTimeoutService, logService, cryptoFunctionService);
const exportService = new ExportService(folderService, cipherService, apiService, cryptoService);
const auditService = new AuditService(cryptoFunctionService, apiService);
const notificationsService = new NotificationsService(userService, syncService, appIdService,