jwt 로그인 구현 진행 : axios 로 api 호출하여 생성된 쿠키로 인증상태값 변경기능 구현
This commit is contained in:
18
src/_nav.tsx
18
src/_nav.tsx
@@ -76,24 +76,6 @@ const _nav = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
component: CNavItem,
|
||||
name: 'Demo',
|
||||
href: 'https://coreui.io/demos/react/5.5/free/?theme=light#/dashboard',
|
||||
icon: <CIcon icon={cilBrowser} customClassName="nav-icon" />,
|
||||
},
|
||||
{
|
||||
component: CNavItem,
|
||||
name: 'Docs',
|
||||
href: 'https://coreui.io/react/docs/templates/installation/',
|
||||
icon: <CIcon icon={cilDescription} customClassName="nav-icon" />,
|
||||
},
|
||||
{
|
||||
component: CNavItem,
|
||||
name: 'Src',
|
||||
href: 'https://github.com/coreui/coreui-free-react-admin-template',
|
||||
icon: <CIcon icon={cilBoatAlt} customClassName="nav-icon" />,
|
||||
},
|
||||
]
|
||||
|
||||
export default _nav
|
||||
|
||||
Reference in New Issue
Block a user