1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-03 09:03:32 +00:00

encrypted json export option for user and orgs (#726)

* encrypted json export option for user and orgs

* move org id to base export component
This commit is contained in:
Kyle Spearrin
2020-12-04 09:58:26 -05:00
committed by GitHub
parent 5e95a8565c
commit 512b9e0a92
6 changed files with 14 additions and 4 deletions

View File

@@ -16,8 +16,6 @@ import { EventType } from 'jslib/enums/eventType';
templateUrl: '../../tools/export.component.html',
})
export class ExportComponent extends BaseExportComponent {
organizationId: string;
constructor(cryptoService: CryptoService, i18nService: I18nService,
platformUtilsService: PlatformUtilsService, exportService: ExportService,
eventService: EventService, private route: ActivatedRoute) {