Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23652e55 authored by stefan-niedermann's avatar stefan-niedermann
Browse files

Increase old login flow delay to 45

parent 7d71fcc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,7 @@ public class SettingsActivity extends AppCompatActivity {
                        initLegacyLogin(field_url.getText().toString());
                    }
                }).show();
        }, 2 * 1000);
        }, 45 * 1000);
    }

    private String getWebLoginUserAgent() {