mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
update jslib
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: d1847690f2...45341ec408
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user