mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
make protected
This commit is contained in:
parent
2aa71f98a1
commit
74c3019858
@ -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 === '') {
|
||||
|
Loading…
Reference in New Issue
Block a user