diff --git a/demo-shell-ng2/app/components/login/login.component.ts b/demo-shell-ng2/app/components/login/login.component.ts index 0125b7dde6..5b70f5f464 100644 --- a/demo-shell-ng2/app/components/login/login.component.ts +++ b/demo-shell-ng2/app/components/login/login.component.ts @@ -37,7 +37,7 @@ export class LoginComponent { } this.auth.login('POST', value.username, value.password) .subscribe( - (token:any) => this.router.navigate(['Home']), + (token:any) => this.router.navigate(['Files']), () => { this.error = true; }