1
0
mirror of https://github.com/bitwarden/web synced 2026-01-08 11:33:44 +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

@@ -20,6 +20,7 @@ import { AttachmentsComponent as BaseAttachmentsComponent } from '../../vault/at
templateUrl: '../../vault/attachments.component.html',
})
export class AttachmentsComponent extends BaseAttachmentsComponent {
viewOnly = false;
organization: Organization;
constructor(cipherService: CipherService, i18nService: I18nService,