Commit a15f601e by chamath

S66944205 - Can't login as career user.

Redirect to home page after assumed.
parent 85659d99
......@@ -78,6 +78,7 @@ export class MyCareerUsersComponent implements OnInit, OnDestroy {
this.utilsService.processObjects('AssumeMCUser', params).subscribe(
() => {
this.showLoader = false;
this.router.navigate(['/my-career-web/dashboard/home']);
},
err => {
this.utilsService.handleError(err);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment