1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

make protected

This commit is contained in:
Kyle Spearrin
2019-07-02 08:44:39 -04:00
parent 2aa71f98a1
commit 74c3019858

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