forked from mystiq/hydrogen-web
add missing emit
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
0e6139d5e3
commit
d47e126370
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ export class LoginViewModel extends ViewModel {
|
|||
return this._sessionContainer.loginFailure;
|
||||
}
|
||||
this._hideHomeserver = true;
|
||||
this.emitChange("hideHomeserver");
|
||||
this._disposeViewModels();
|
||||
this._createLoadViewModel();
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue