From 74c30198587e1c799dfa16c2eb2771ff12c2eebe Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 2 Jul 2019 08:44:39 -0400 Subject: [PATCH] make protected --- src/angular/components/login.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/angular/components/login.component.ts b/src/angular/components/login.component.ts index 2c41e01533..75fea94b45 100644 --- a/src/angular/components/login.component.ts +++ b/src/angular/components/login.component.ts @@ -37,7 +37,7 @@ export class LoginComponent implements OnInit { constructor(protected authService: AuthService, protected router: Router, protected platformUtilsService: PlatformUtilsService, protected i18nService: I18nService, - private storageService: StorageService, private stateService: StorageService) { } + private storageService: StorageService, protected stateService: StorageService) { } async ngOnInit() { if (this.email == null || this.email === '') {