nameczz 4 anni fa
parent
commit
df8cf84655
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      client/src/router/Router.tsx

+ 0 - 1
client/src/router/Router.tsx

@@ -21,7 +21,6 @@ const RouterWrapper = () => {
               key={v.path}
               path={v.path}
               render={() => {
-                console.log('isauth', isAuth);
                 const Page = v.component;
                 return isAuth || !v.auth ? (
                   <Page />