From 7879ca82fde600fdb9f314b6dd63a324eb308102 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 19 Apr 2023 11:26:14 +0200 Subject: [PATCH] Authed page login logic --- src/routes/registration/+layout.svelte | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/routes/registration/+layout.svelte diff --git a/src/routes/registration/+layout.svelte b/src/routes/registration/+layout.svelte new file mode 100644 index 0000000..1eaa6b7 --- /dev/null +++ b/src/routes/registration/+layout.svelte @@ -0,0 +1,25 @@ + + +{#if loginRendered} + +{:else} +
+

Lade Anmeldedaten...

+
+{/if}