Fix SSO login showing password prompt
This commit is contained in:
parent
ca3198c1aa
commit
a99eff7c0c
@ -368,6 +368,8 @@ LoginPage::versionOk(bool passwordSupported_, bool ssoSupported_)
|
||||
matrixidLayout_->removeWidget(spinner_);
|
||||
spinner_->stop();
|
||||
|
||||
password_input_->setVisible(passwordSupported);
|
||||
password_input_->setEnabled(passwordSupported);
|
||||
sso_login_button_->setVisible(ssoSupported);
|
||||
login_button_->setVisible(passwordSupported);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user