diff --git a/frontend/src/layout/index.js b/frontend/src/layout/index.js index bf1bdec..353899e 100644 --- a/frontend/src/layout/index.js +++ b/frontend/src/layout/index.js @@ -12,7 +12,7 @@ const LoggedInLayout = ({ children }) => { handleLogout(); }; const { user } = React.useContext(AuthContext); - + console.log(user.name); if (loading) { return ;