{pageTitle} Back to Settings
Other Settings:
Prefixes

{pageTitle}

{#if !auth.toggle}
Password:
{:else} {#each authKeys as key (key.auth_key)} {/each}
AuthKey Description Actions
{'*'.repeat(key.auth_key.length - 4) + key.auth_key.slice(-4)} {key.description}
{#if curKey == key.auth_key}
(Cur)
{:else} {/if}
New
{/if}