diff --git a/frontend/src/routes/login/setup/+page.svelte b/frontend/src/routes/login/setup/+page.svelte new file mode 100644 index 00000000..5617e7fc --- /dev/null +++ b/frontend/src/routes/login/setup/+page.svelte @@ -0,0 +1,50 @@ + + + +
+ +
+

+ {`${$appConfigStore.appName} Setup`} +

+ {#if error} +

+ {error}. Please try again. +

+ {:else} +

+ 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. +

+ + {/if} +