Sign in to NAS
Enter your credentials to access the dashboard
{#if !showPasswordForm && !require2FA}
{#if loading}
{/if} Sign in with Passkey
or
showPasswordForm = true} class="flex w-full justify-center text-sm text-primary-500 hover:text-primary-400"> Use password instead
{/if} {#if showPasswordForm || require2FA}
{#if !require2FA}
Username
Password
{:else}
Authenticator Code
require2FA = false}> Back to credentials
{/if}
{#if loading}
{/if} {require2FA ? "Verify Code" : "Sign in"}
{/if} {#if error}
{error}
{/if}