diff --git a/frontend/src/app/pages/home-root/home-root.component.ts b/frontend/src/app/pages/home-root/home-root.component.ts index 535f2c4..7b5328d 100644 --- a/frontend/src/app/pages/home-root/home-root.component.ts +++ b/frontend/src/app/pages/home-root/home-root.component.ts @@ -28,7 +28,7 @@ export class HomeComponent implements OnInit { }, (error: HttpErrorResponse) => { if (error.status === 401) { - this.router.navigate(['signup'], { + this.router.navigate(['welcome'], { queryParams: { login: true }, }); }