diff options
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 84435b5db..b9f7be48c 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -43,6 +43,10 @@ export class AppComponent implements OnInit { | |||
43 | return this.serverService.getConfig().instance.name | 43 | return this.serverService.getConfig().instance.name |
44 | } | 44 | } |
45 | 45 | ||
46 | get defaultRoute () { | ||
47 | return RedirectService.DEFAULT_ROUTE | ||
48 | } | ||
49 | |||
46 | ngOnInit () { | 50 | ngOnInit () { |
47 | document.getElementById('incompatible-browser').className += ' browser-ok' | 51 | document.getElementById('incompatible-browser').className += ' browser-ok' |
48 | 52 | ||