diff options
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index ca4b69899..66d871b4a 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -66,8 +66,8 @@ export class AppComponent implements OnInit, AfterViewInit { | |||
66 | return this.serverConfig.instance.name | 66 | return this.serverConfig.instance.name |
67 | } | 67 | } |
68 | 68 | ||
69 | get defaultRoute () { | 69 | goToDefaultRoute () { |
70 | return RedirectService.DEFAULT_ROUTE | 70 | return this.router.navigateByUrl(RedirectService.DEFAULT_ROUTE) |
71 | } | 71 | } |
72 | 72 | ||
73 | ngOnInit () { | 73 | ngOnInit () { |