{#if boot.loginRequired}

moku

{store.settings.serverAuthMode === "UI_LOGIN" ? "UI Login" : "Basic Auth"}

{store.settings.serverUrl || "localhost:4567"}

{#if boot.loginError}

{boot.loginError}

{/if}
e.key === "Enter" && handleLogin()} /> e.key === "Enter" && handleLogin()} />
{/if}