1
0
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:
Kyle Spearrin
2018-07-05 09:58:15 -04:00
parent f578ebe4ef
commit f089b5e3d1
4 changed files with 14 additions and 71 deletions

View File

@@ -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);
}