mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +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,
|
constructor(protected authService: AuthService, protected router: Router,
|
||||||
protected platformUtilsService: PlatformUtilsService, protected i18nService: I18nService,
|
protected platformUtilsService: PlatformUtilsService, protected i18nService: I18nService,
|
||||||
private storageService: StorageService, private stateService: StorageService) { }
|
private storageService: StorageService, protected stateService: StorageService) { }
|
||||||
|
|
||||||
async ngOnInit() {
|
async ngOnInit() {
|
||||||
if (this.email == null || this.email === '') {
|
if (this.email == null || this.email === '') {
|
||||||
|
Loading…
Reference in New Issue
Block a user