ios: Untested, but attempt auto-login.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled

This commit is contained in:
Cory McWilliams 2025-02-16 13:42:07 -05:00
parent afc7c64ed8
commit 0fa8acc264

View File

@ -16,7 +16,7 @@ void tf_run_thread_start(const char* zip_path);
static void _start_initial_load(WKWebView* web_view) static void _start_initial_load(WKWebView* web_view)
{ {
[web_view loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://localhost:12345/"]]]; [web_view loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://localhost:12345/login/auto"]]];
} }
@implementation ViewController : UIViewController @implementation ViewController : UIViewController