mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
make shareableCiphers public
This commit is contained in:
@@ -31,10 +31,10 @@ export class BulkShareComponent implements OnInit {
|
||||
nonShareableCount = 0;
|
||||
collections: CollectionView[] = [];
|
||||
organizations: Organization[] = [];
|
||||
shareableCiphers: CipherView[] = [];
|
||||
formPromise: Promise<any>;
|
||||
|
||||
private writeableCollections: CollectionView[] = [];
|
||||
private shareableCiphers: CipherView[] = [];
|
||||
|
||||
constructor(private analytics: Angulartics2, private cipherService: CipherService,
|
||||
private toasterService: ToasterService, private i18nService: I18nService,
|
||||
|
||||
Reference in New Issue
Block a user