mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 04:58:49 +03:00
Fix SSO login showing password prompt
This commit is contained in:
parent
ca3198c1aa
commit
a99eff7c0c
1 changed files with 2 additions and 0 deletions
|
@ -368,6 +368,8 @@ LoginPage::versionOk(bool passwordSupported_, bool ssoSupported_)
|
||||||
matrixidLayout_->removeWidget(spinner_);
|
matrixidLayout_->removeWidget(spinner_);
|
||||||
spinner_->stop();
|
spinner_->stop();
|
||||||
|
|
||||||
|
password_input_->setVisible(passwordSupported);
|
||||||
|
password_input_->setEnabled(passwordSupported);
|
||||||
sso_login_button_->setVisible(ssoSupported);
|
sso_login_button_->setVisible(ssoSupported);
|
||||||
login_button_->setVisible(passwordSupported);
|
login_button_->setVisible(passwordSupported);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue