Skip to content

Commit

Permalink
suggested change added
Browse files Browse the repository at this point in the history
Signed-off-by: AadeshNichite <anichite@progress.com>
  • Loading branch information
AadeshNichite committed Sep 1, 2023
1 parent 8f4fc76 commit e6bc7ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ActivatedRouteSnapshot, CanActivate, RouterStateSnapshot } from '@angul

export class MfeSessionService implements CanActivate {
canActivate(_route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean {
let map_url = localStorage.getItem('url_mapping');
let map_url = localStorage.getItem('mfe_url_mapping');
let flag : boolean = true;

map_url = JSON.parse(map_url);
Expand Down

0 comments on commit e6bc7ae

Please sign in to comment.