first commit
This commit is contained in:
parent
c725afb2ee
commit
e5d64b3e6f
@ -31,12 +31,7 @@ const _nav = [
|
||||
},
|
||||
|
||||
|
||||
// {
|
||||
// component: CNavItem,
|
||||
// name: 'FAQs',
|
||||
// icon: <CIcon icon={cilFace} customClassName="nav-icon" />,
|
||||
// to: '/FAQs',
|
||||
// },
|
||||
|
||||
{
|
||||
component: CNavItem,
|
||||
name: 'Users',
|
||||
|
@ -5,7 +5,6 @@ export const isAutheticated = () => {
|
||||
if (localStorage.getItem("authToken")) {
|
||||
|
||||
return (localStorage.getItem("authToken"));
|
||||
//console.log(localStorage.getItem("authToken"))
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
@ -28,7 +28,5 @@ ReactDOM.render(
|
||||
document.getElementById('root'),
|
||||
)
|
||||
|
||||
// If you want your app to work offline and load faster, you can change
|
||||
// unregister() to register() below. Note this comes with some pitfalls.
|
||||
// Learn more about service workers: http://bit.ly/CRA-PWA
|
||||
|
||||
serviceWorker.unregister()
|
||||
|
Loading…
Reference in New Issue
Block a user