1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

update jslib

This commit is contained in:
Kyle Spearrin 2018-10-02 09:22:49 -04:00
parent 7dfb70eb8e
commit d4dd962193
2 changed files with 3 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit d1847690f260cf06ace8ed98b7308edabc3b62c0
Subproject commit 45341ec408319cbf69a4772e503a3991ae770a49

View File

@ -29,7 +29,8 @@ export class RegisterComponent extends BaseRegisterComponent {
i18nService: I18nService, cryptoService: CryptoService,
apiService: ApiService, private route: ActivatedRoute,
stateService: StateService, platformUtilsService: PlatformUtilsService) {
super(authService, router, analytics, toasterService, i18nService, cryptoService, apiService, stateService);
super(authService, router, analytics, toasterService, i18nService, cryptoService, apiService, stateService,
platformUtilsService);
this.showTerms = !platformUtilsService.isSelfHost();
}