Fixed Logging In Issue
This commit was merged in pull request #9.
This commit is contained in:
@@ -34,7 +34,7 @@ const Layout = ({ children }) => {
|
||||
}, [router.pathname]);
|
||||
|
||||
// Debugging: Log the value of isAuthenticationPage
|
||||
console.log("isAuthenticationPage:", isAuthenticationPage, router.pathname);
|
||||
// console.log("isAuthenticationPage:", isAuthenticationPage, router.pathname);
|
||||
|
||||
const title = isAuthenticationPage ? "CMC - auth" : "CMC - dashboard";
|
||||
const mainWrapper = {
|
||||
|
||||
Reference in New Issue
Block a user