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