From 828cc0547eadf94ffaf402bb9a59910970fbbd15 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Mon, 24 Mar 2025 10:29:06 +0100 Subject: [PATCH] agb check state --- src/routes/(components)/signup.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/routes/(components)/signup.svelte b/src/routes/(components)/signup.svelte index 2527b9b..701bcb6 100644 --- a/src/routes/(components)/signup.svelte +++ b/src/routes/(components)/signup.svelte @@ -56,6 +56,7 @@ type StepType = (typeof Steps)[keyof typeof Steps]; let currentStep = $state(Steps.WELCOME); + let agbAgreed = $state(false); let email = $state(""); let firstname = $state(""); let lastname = $state(""); @@ -188,7 +189,7 @@ By registering, you confirm that {email} is your email {/if}
- +