JellyTau
Connect to your Jellyfin server
{#if $isLoading}
{:else if step === "server"}
Server URL
{#if localError || $authError}
{localError || $authError}
{/if}
{#if connecting}
Connecting... {:else} Connect {/if}
{:else}
Back
{serverName}
{serverUrl}
Username
Password
(password = e.currentTarget.value)} placeholder="Enter your password" autocapitalize="none" autocorrect="off" autocomplete="current-password" spellcheck="false" class="w-full pl-4 pr-12 py-3 bg-[var(--color-surface)] border border-gray-700 rounded-lg focus:outline-none focus:border-[var(--color-jellyfin)] text-white placeholder-gray-500" disabled={loggingIn} />
(showPassword = !showPassword)} disabled={loggingIn} aria-label={showPassword ? "Hide password" : "Show password"} aria-pressed={showPassword} class="absolute inset-y-0 right-0 px-3 flex items-center text-gray-400 hover:text-white disabled:opacity-50 focus:outline-none focus:text-white" > {#if showPassword}
{:else}
{/if}
{#if localError || $authError}
{localError || $authError}
{/if}
{#if loggingIn}
Signing in... {:else} Sign In {/if}
{/if}