diff --git a/dmp-frontend/src/app/user-workspace/user-workspace.component.ts b/dmp-frontend/src/app/user-workspace/user-workspace.component.ts index ca856f3fc..09ed8b606 100644 --- a/dmp-frontend/src/app/user-workspace/user-workspace.component.ts +++ b/dmp-frontend/src/app/user-workspace/user-workspace.component.ts @@ -17,10 +17,7 @@ export class UserWorkspaceComponent implements OnInit { } ngOnInit() { - - //if(!this.tokenService.isLoggedIn()) - //this.router.navigate([''], { queryParams: { /*returnUrl: this.state.url*/ }}); - + } }