ios: Untested, but attempt auto-login.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
This commit is contained in:
parent
afc7c64ed8
commit
0fa8acc264
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user