mirror of
https://github.com/bitwarden/browser
synced 2025-01-11 18:07:12 +01:00
org import has all options
This commit is contained in:
parent
ba604fcd3c
commit
3451322a38
@ -68,15 +68,6 @@ export class ImportComponent extends BaseImportComponent {
|
||||
return await this.apiService.postImportOrganizationCiphers(this.organizationId, request);
|
||||
}
|
||||
|
||||
protected setImportOptions() {
|
||||
this.featuredImportOptions = [
|
||||
{ id: null, name: '-- ' + this.i18nService.t('select') + ' --' },
|
||||
{ id: 'bitwardencsv', name: 'Bitwarden (csv)' },
|
||||
{ id: 'lastpasscsv', name: 'LastPass (csv)' },
|
||||
];
|
||||
this.importOptions = [];
|
||||
}
|
||||
|
||||
protected getImporter(): Importer {
|
||||
const importer = super.getImporter();
|
||||
if (importer != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user