make protected

This commit is contained in:
Kyle Spearrin 2019-07-02 08:44:39 -04:00
parent 2aa71f98a1
commit 74c3019858
1 changed files with 1 additions and 1 deletions

View File

@ -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 === '') {