nameczz 4 ani în urmă
părinte
comite
df8cf84655
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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 />