Update UI styling and upgrade dependencies
Redesigned heading component styling and adjusted the layout in the marketing page for better readability and aesthetic appeal. Also updated 'next' and several other dependencies in the "pnpm-lock.yaml" to their latest versions, ensuring up-to-date functionalities and security.
This commit is contained in:
@@ -144,9 +144,6 @@ function getPatterns() {
|
||||
const origin = req.nextUrl.origin;
|
||||
const next = req.nextUrl.pathname;
|
||||
|
||||
console.log('home:user', user);
|
||||
console.log('home:error', error);
|
||||
|
||||
// If user is not logged in, redirect to sign in page.
|
||||
if (!user || error) {
|
||||
const signIn = pathsConfig.auth.signIn;
|
||||
|
||||
Reference in New Issue
Block a user