diff --git a/src/routes/(components)/signup.svelte b/src/routes/(components)/signup.svelte index 05870a4..92c8179 100644 --- a/src/routes/(components)/signup.svelte +++ b/src/routes/(components)/signup.svelte @@ -34,11 +34,6 @@ showback: false, }, SIGNIN: { - name: "Signin", - progress: 50, - showback: true, - }, - SIGNIN_BARCODE: { name: "Signin with Barcode", progress: 100, showback: false, @@ -193,25 +188,6 @@

{: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}
@@ -259,9 +235,6 @@ case Steps.SIGNIN.name: currentStep = Steps.WELCOME; break; - case Steps.SIGNIN_BARCODE.name: - currentStep = Steps.SIGNIN; - break; case Steps.SIGNIN_MAIL.name: currentStep = Steps.SIGNIN; break;