mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
inherit local base for groupings and ciphers
This commit is contained in:
@@ -32,9 +32,9 @@ export class CiphersComponent extends BaseCiphersComponent {
|
||||
|
||||
cipherType = CipherType;
|
||||
|
||||
constructor(cipherService: CipherService, private analytics: Angulartics2,
|
||||
private toasterService: ToasterService, private i18nService: I18nService,
|
||||
private platformUtilsService: PlatformUtilsService) {
|
||||
constructor(cipherService: CipherService, protected analytics: Angulartics2,
|
||||
protected toasterService: ToasterService, protected i18nService: I18nService,
|
||||
protected platformUtilsService: PlatformUtilsService) {
|
||||
super(cipherService);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user