Welcome Let me guide you through the signup process. {#if currentStep.name !== Steps.WELCOME.name} {/if} {#if currentStep.name == Steps.WELCOME.name}
{:else if currentStep.name == Steps.SIGNUP.name}
{ currentStep = Steps.SIGNUP_MAIL; }} >
{ console.log(event.key); if (event.key === "Enter") { document.getElementById("lastname")?.focus(); } }} bind:value={firstname} id="firstname" type="text" placeholder="Max" required autofocus />
{:else if currentStep.name == Steps.SIGNUP_MAIL.name}
{ currentStep = Steps.SIGNUP_AGB_ACCEPT; }} >
{:else if currentStep.name == Steps.SIGNUP_AGB_ACCEPT.name} {#if email !== ""} By registering, you confirm that {email} is your email {/if}

You agree to our Terms of Service and Privacy Policy.

{: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.

{:else if currentStep.name == Steps.SIGNIN.name}
{:else if currentStep.name == Steps.SIGNIN_BARCODE.name} Just walk up to the next available person and show them your barcode. {:else if currentStep.name == Steps.SIGNIN_MAIL.name}
{:else if currentStep.name == Steps.SIGNIN_MAIL_SUCCESS.name} We found your email address, just walk up to the next available person and tell them your name. {/if}
{#if currentStep.showback} {/if} {#if currentStep.progress == 100} {/if}