Skip to content

Commit

Permalink
Merge pull request #338 from cisagov/327-fix-user-logged-out
Browse files Browse the repository at this point in the history
Fix User logged out when selecting the User Registration button (Global View role)
  • Loading branch information
cduhn17 authored Jun 14, 2024
2 parents ba151a4 + b234b0d commit 62f764f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const App: React.FC = () => (
<RouteGuard
path="/region-admin-dashboard"
component={RegionUsers}
permissions={['regionalAdmin']}
permissions={['regionalAdmin', 'globalView']}
/>
<RouteGuard
exact
Expand Down

0 comments on commit 62f764f

Please sign in to comment.