mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-16 06:41:11 +00:00
refactor: run formatter
This commit is contained in:
@@ -39,15 +39,15 @@
|
||||
<div class="flex justify-center">
|
||||
<LoginLogoErrorSuccessIndicator error={!!error} />
|
||||
</div>
|
||||
<h1 class="font-playfair mt-5 text-3xl font-bold sm:text-4xl">
|
||||
<h1 class="mt-5 font-playfair text-3xl font-bold sm:text-4xl">
|
||||
Sign in to {$appConfigStore.appName}
|
||||
</h1>
|
||||
{#if error}
|
||||
<p class="text-muted-foreground mt-2" in:fade>
|
||||
<p class="mt-2 text-muted-foreground" in:fade>
|
||||
{error}. Please try to sign in again.
|
||||
</p>
|
||||
{:else}
|
||||
<p class="text-muted-foreground mt-2" in:fade>
|
||||
<p class="mt-2 text-muted-foreground" in:fade>
|
||||
Authenticate yourself with your passkey to access the admin panel.
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user