fix broken url

This commit is contained in:
Igor Hrenowitsch Propisnov 2024-06-26 18:55:23 +02:00
parent a5f06ef940
commit 7726310882
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export class HomeComponent implements OnInit {
}, },
(error: HttpErrorResponse) => { (error: HttpErrorResponse) => {
if (error.status === 401) { if (error.status === 401) {
this.router.navigate(['signup'], { this.router.navigate(['welcome'], {
queryParams: { login: true }, queryParams: { login: true },
}); });
} }