mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
fix: hide OIDC button when not in use
This commit is contained in:
parent
385b9cc713
commit
60c149713b
@ -183,6 +183,7 @@ export class LoginViewModel extends ViewModel {
|
||||
this._startSSOLoginViewModel = this.disposeTracked(this._ssoLoginViewModel);
|
||||
this._passwordLoginViewModel = this.disposeTracked(this._passwordLoginViewModel);
|
||||
this._completeSSOLoginViewModel = this.disposeTracked(this._completeSSOLoginViewModel);
|
||||
this._startOIDCLoginViewModel = this.disposeTracked(this._startOIDCLoginViewModel);
|
||||
this.emitChange("disposeViewModels");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user