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}