Skip to content

Commit 9889ca3

Browse files
committed
MP-158 auth for profile landing
1 parent 9ce6071 commit 9889ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apps/profiles/src/profiles.routes.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const profilesRoutes: ReadonlyArray<PlatformRoute> = [
1818
{
1919
children: [
2020
{
21+
authRequired: true,
2122
element: <ProfilesLandingPage />,
2223
id: 'ProfilesLandingPage',
2324
route: '',

0 commit comments

Comments
 (0)