This commit is contained in:
parent
d99a9e00ed
commit
d0f7c9fb37
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue