auth: Skip auth on mobile. #97

This commit is contained in:
2025-02-12 19:25:05 -05:00
parent 017a74c4e4
commit 15df4ac236
5 changed files with 129 additions and 4 deletions

View File

@ -421,7 +421,7 @@ public class TildeFriendsActivity extends Activity {
base_url = "http://127.0.0.1:" + String.valueOf(port) + "/";
runOnUiThread(() -> {
hide_status();
web_view.loadUrl(base_url);
web_view.loadUrl(base_url + "login/auto");
});
observer = null;
} else {