Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 25, 2024
1 parent b392cf8 commit f4bb0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/eo/auth/data-access/auth.guard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export const eoScopeGuard: CanActivateFn = async (route: ActivatedRouteSnapshot)
router.navigate([transloco.getActiveLang(), 'terms'], {
queryParams: { redirectUrl },
state: {
'show-actions': true
}
'show-actions': true,
},
});
return false;
} else {
Expand Down

0 comments on commit f4bb0cb

Please sign in to comment.