feat: modernize landing page design, localize login/forgot password forms, and add public privacy/imprint pages
All checks were successful
Staging Build / build (push) Successful in 2m42s
All checks were successful
Staging Build / build (push) Successful in 2m42s
This commit is contained in:
@@ -53,6 +53,8 @@ export async function updateSession(request: NextRequest) {
|
||||
|
||||
if (
|
||||
request.nextUrl.pathname !== "/" &&
|
||||
request.nextUrl.pathname !== "/impressum" &&
|
||||
request.nextUrl.pathname !== "/datenschutz" &&
|
||||
!user &&
|
||||
!request.nextUrl.pathname.startsWith("/login") &&
|
||||
!request.nextUrl.pathname.startsWith("/auth")
|
||||
|
||||
Reference in New Issue
Block a user