{#if appState.status === 'auth'}
moku
{appState.authMode === 'UI_LOGIN' ? 'UI Login' : 'Basic Auth'}
{appState.serverUrl || 'localhost:4567'}
{#if boot.loginError}
{boot.loginError}
{/if}
e.key === 'Enter' && submitLogin()} />
e.key === 'Enter' && submitLogin()} />
{boot.loginBusy ? 'Signing in…' : 'Sign in'}
Skip
{/if}