mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
add missing emit
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
0e6139d5e3
commit
d47e126370
@ -134,6 +134,7 @@ export class LoginViewModel extends ViewModel {
|
|||||||
return this._sessionContainer.loginFailure;
|
return this._sessionContainer.loginFailure;
|
||||||
}
|
}
|
||||||
this._hideHomeserver = true;
|
this._hideHomeserver = true;
|
||||||
|
this.emitChange("hideHomeserver");
|
||||||
this._disposeViewModels();
|
this._disposeViewModels();
|
||||||
this._createLoadViewModel();
|
this._createLoadViewModel();
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user