mirror of
https://github.com/bitwarden/jslib
synced 2025-12-13 06:43:20 +00:00
Change ngZone from private to protected (#567)
* Change ngZone from private to protected * Remove unneeded file
This commit is contained in:
@@ -54,7 +54,7 @@ export class LoginComponent extends CaptchaProtectedComponent implements OnInit
|
||||
protected stateService: StateService, environmentService: EnvironmentService,
|
||||
protected passwordGenerationService: PasswordGenerationService,
|
||||
protected cryptoFunctionService: CryptoFunctionService, private storageService: StorageService,
|
||||
protected logService: LogService, private ngZone: NgZone) {
|
||||
protected logService: LogService, protected ngZone: NgZone) {
|
||||
super(environmentService, i18nService, platformUtilsService);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user