Skip to content

Commit

Permalink
Fixed broken setup state.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerfar committed Jan 5, 2024
1 parent d99a9e0 commit d0f7c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/setup/setup.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class SetupComponent {
public error: string;
public working: boolean;

public step: number = 2;
public step: number = 1;

constructor(private authService: AuthService, private router: Router) {}

Expand Down

0 comments on commit d0f7c9f

Please sign in to comment.