i18n
This commit is contained in:
parent
06bd449be7
commit
bd02651db0
@ -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 ]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user