From a86cf6aedf25a6952e133df5d6c00785592fb85f Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 3 Nov 2025 22:12:45 +0100 Subject: [PATCH] Add admin credentials to env.example and update copyright to 2025 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add ADMIN_USERNAME, ADMIN_PASSWORD, and JWT_SECRET to .env.example - Update copyright year from 2024 to 2025 in admin login page - Update copyright year from 2024 to 2025 in footer component 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .env.example | 5 +++++ app/admin/login/page.tsx | 2 +- src/components/Footer.tsx | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 38eb1d0..41a4272 100644 --- a/.env.example +++ b/.env.example @@ -47,6 +47,11 @@ SMTP_FROM_NAME=Puffin Offset SMTP_FROM_EMAIL=noreply@puffinoffset.com ADMIN_EMAIL=matt@puffinoffset.com +# === Admin Portal Authentication === +ADMIN_USERNAME=your_admin_username_here +ADMIN_PASSWORD=your_admin_password_here +JWT_SECRET=your_jwt_secret_key_here + # ======================================== # NOTES # ======================================== diff --git a/app/admin/login/page.tsx b/app/admin/login/page.tsx index 1285f11..87b8e69 100644 --- a/app/admin/login/page.tsx +++ b/app/admin/login/page.tsx @@ -193,7 +193,7 @@ export default function AdminLogin() { transition={{ delay: 0.6, duration: 0.5 }} className="text-center mt-6 text-sm font-medium text-off-white/70" > - © 2024 Puffin Offset. Secure admin access. + © 2025 Puffin Offset. Secure admin access. diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 2e4c590..c3144a7 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -68,7 +68,7 @@ export default function Footer() { viewport={{ once: true }} >

- © 2024 Puffin Offset. Luxury meets sustainability. + © 2025 Puffin Offset. Luxury meets sustainability.