Add back button to create account step

This commit is contained in:
Manuel
2023-08-21 21:15:56 +02:00
parent 3623d871f8
commit 480b27fea7
2 changed files with 27 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ export const OnboardingSteps = ({ isUpdate }: { isUpdate: boolean }) => {
</Stepper.Step>
)}
<Stepper.Step label="Your account" description="Create an account">
<StepCreateAccount next={nextStep} />
<StepCreateAccount next={nextStep} previous={prevStep} />
</Stepper.Step>
<Stepper.Step label="Docker import" description="Import applications from Docker">
<StepDockerImport next={nextStep} />