Fixed Logging In Issue

This commit was merged in pull request #9.
This commit is contained in:
2023-10-22 07:08:04 -07:00
parent eceb3178fd
commit 5e3e17e7c2
7 changed files with 38 additions and 59 deletions
+1 -1
View File
@@ -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 = {