1
0
mirror of https://github.com/bitwarden/web synced 2026-01-06 02:24:02 +00:00

add download file function for attachments

This commit is contained in:
Kyle Spearrin
2018-06-08 12:16:47 -04:00
parent d256a872fc
commit 3de3c7a189
3 changed files with 4 additions and 3 deletions

View File

@@ -21,6 +21,6 @@ export class AttachmentsComponent extends BaseAttachmentsComponent {
cryptoService: CryptoService, tokenService: TokenService,
platformUtilsService: PlatformUtilsService) {
super(cipherService, analytics, toasterService, i18nService, cryptoService, tokenService,
platformUtilsService);
platformUtilsService, window);
}
}