lint
This commit is contained in:
parent
aab7447d02
commit
a13502b881
@ -316,7 +316,7 @@ LoginPage::checkHomeserverVersion()
|
|||||||
emit versionOkCb(LoginMethod::Password);
|
emit versionOkCb(LoginMethod::Password);
|
||||||
|
|
||||||
LoginMethod loginMethod = LoginMethod::Password;
|
LoginMethod loginMethod = LoginMethod::Password;
|
||||||
for(const auto &flow : flows.flows) {
|
for (const auto &flow : flows.flows) {
|
||||||
if (flow.type == mtx::user_interactive::auth_types::sso) {
|
if (flow.type == mtx::user_interactive::auth_types::sso) {
|
||||||
loginMethod = LoginMethod::SSO;
|
loginMethod = LoginMethod::SSO;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user