This commit is contained in:
_Bastler 2021-10-05 14:56:27 +02:00
parent 06bd449be7
commit bd02651db0
3 changed files with 1416 additions and 960 deletions

View File

@ -29,7 +29,7 @@ export class UnavailableComponent implements OnInit {
if (!this.targetRoute || this.targetRoute === "unavailable" || this.targetRoute === "/unavailable") {
this.location.back;
} else {
this.router.navigate([ this.targetRoute ], { skipLocationChange: true });
this.router.navigate([ this.targetRoute ]);
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff