mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
Fix: Auth Thumbnails on Windows (WIP)
This commit is contained in:
+1
-3
@@ -80,9 +80,7 @@ export async function probeServer(): Promise<"ok" | "auth_required" | "unsupport
|
||||
});
|
||||
|
||||
if (res.ok) {
|
||||
if (mode === "SIMPLE_LOGIN" || mode === "UI_LOGIN") {
|
||||
updateSettings({ serverAuthMode: "NONE" });
|
||||
}
|
||||
if (mode !== "NONE") updateSettings({ serverAuthMode: "NONE" });
|
||||
return "ok";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user