From ff3dc45f2c8362e707534376490003708dea64f8 Mon Sep 17 00:00:00 2001 From: v0 Date: Wed, 4 Feb 2026 15:31:49 +0000 Subject: [PATCH] feat: hide footer by default based on env variable Show footer only if `NEXT_PUBLIC_SHOW_FOOTER` is "true". Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com> --- app/page.tsx | 66 +++++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 1739347..433fabc 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1092,39 +1092,41 @@ export default function TwoFactorAuth() { {/* Footer */} - + + )}