{data.token === 'setup' ? `${$appConfigStore.appName} Setup` : 'One Time Access'}

{#if error}

{error}. Please try again.

{:else if !skipPage}

{#if data.token === 'setup'} You're about to sign in to the initial admin account. Anyone with this link can access the account until a passkey is added. Please set up a passkey as soon as possible to prevent unauthorized access. {:else} You've been granted one-time access to your {$appConfigStore.appName} account. Please note that if you continue, this link will become invalid. To avoid this, make sure to add a passkey. Otherwise, you'll need to request a new link. {/if}

{/if}