From 2aa8c4178a56adf886707c5ef277238591bb9e53 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sun, 23 Mar 2025 00:53:46 +0100 Subject: [PATCH] more --- src/routes/(components)/signup.svelte | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/routes/(components)/signup.svelte b/src/routes/(components)/signup.svelte index 30fbe90..fa5ec31 100644 --- a/src/routes/(components)/signup.svelte +++ b/src/routes/(components)/signup.svelte @@ -26,6 +26,11 @@ progress: 75, showback: true, }, + SIGNUP_SUCCESS: { + name: "Done", + progress: 100, + showback: false, + }, SIGNIN: { name: "Signin", progress: 50, @@ -148,6 +153,20 @@ currentStep = Steps.SIGNUP_MAIL_ACCEPT; }}>Continue + {:else if currentStep.name == Steps.SIGNUP_MAIL_ACCEPT.name} + + {:else if currentStep.name == Steps.SIGNUP_SUCCESS.name} +

+ Alright that's it, just walk up to the next available person and tell them your name.
+ You can scan this qr code to login to our selfservice. +

+ TODO: {:else if currentStep.name == Steps.SIGNIN.name}