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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user