Skip to content

Commit 5b7b77b

Browse files
authored
chore: solve admin -> my-page 403 redirection bug (#6138)
Signed-off-by: samuel.park <[email protected]>
1 parent ca658e9 commit 5b7b77b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/web/src/lib/menu/menu-architecture.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,12 @@ export const DEFAULT_ADMIN_MENU_LIST: Menu[] = [
4343
{ id: MENU_ID.NOTICE },
4444
],
4545
},
46+
{
47+
id: MENU_ID.MY_PAGE,
48+
hideOnSiteMap: true,
49+
subMenuList: [
50+
{ id: MENU_ID.ACCOUNT_PROFILE },
51+
{ id: MENU_ID.NOTIFICATIONS },
52+
],
53+
},
4654
];

0 commit comments

Comments
 (0)