chore: Follow up homeserver picker

pull/1462/head
Krille 4 months ago
parent 4b7345d0fe
commit a2e7356bd0
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -80,6 +80,7 @@ class HomeserverPickerController extends State<HomeserverPicker> {
}
void onSubmitted([_]) {
if (isLoading) return tryCheckHomeserverActionWithoutCooldown();
if (supportsSso) return ssoLoginAction();
if (supportsPasswordLogin) return login();
return tryCheckHomeserverActionWithoutCooldown();

Loading…
Cancel
Save