i18n
This commit is contained in:
@@ -29,7 +29,7 @@ export class UnavailableComponent implements OnInit {
|
|||||||
if (!this.targetRoute || this.targetRoute === "unavailable" || this.targetRoute === "/unavailable") {
|
if (!this.targetRoute || this.targetRoute === "unavailable" || this.targetRoute === "/unavailable") {
|
||||||
this.location.back;
|
this.location.back;
|
||||||
} else {
|
} else {
|
||||||
this.router.navigate([ this.targetRoute ], { skipLocationChange: true });
|
this.router.navigate([ this.targetRoute ]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+716
-486
File diff suppressed because it is too large
Load Diff
+699
-473
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user