{#if section === 'connection'}

Connection

Where the control room talks to your Oikos server.

{#if oidcUser}

Signed in via Authentik as {oidcUser}

{/if}
or use
{ e.preventDefault(); save() }}>
{#if error}

{error}

{/if} {#if existing.token || oidcConfigured}
{/if}
{:else if section === 'appearance'}

Appearance

Pick the theme for the whole desktop.

{#each Object.entries(THEME_LABELS) as [id, label] (id)} {/each}
{/if}
Oikos {VERSION}