Browse Source

update jslib

pull/267/head
Kyle Spearrin 7 years ago
parent
commit
d4dd962193
  1. 2
      jslib
  2. 3
      src/app/accounts/register.component.ts

2
jslib

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

3
src/app/accounts/register.component.ts

@ -29,7 +29,8 @@ export class RegisterComponent extends BaseRegisterComponent { @@ -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();
}

Loading…
Cancel
Save