1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02: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 === '') {