1
0
mirror of https://github.com/bitwarden/web synced 2026-01-04 17:43:47 +00:00

Add support for viewing attachments in emergency access (#814)

This commit is contained in:
Oscar Hinton
2021-02-01 17:37:32 +01:00
committed by GitHub
parent 986f27294a
commit 5010736ca3
7 changed files with 82 additions and 6 deletions

View File

@@ -15,6 +15,8 @@ import { AttachmentsComponent as BaseAttachmentsComponent } from 'jslib/angular/
templateUrl: 'attachments.component.html',
})
export class AttachmentsComponent extends BaseAttachmentsComponent {
viewOnly = false;
constructor(cipherService: CipherService, i18nService: I18nService,
cryptoService: CryptoService, userService: UserService,
platformUtilsService: PlatformUtilsService) {