Add admin credentials to env.example and update copyright to 2025
All checks were successful
Build and Push Docker Images / docker (push) Successful in 2m20s
All checks were successful
Build and Push Docker Images / docker (push) Successful in 2m20s
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
4797fbfbf5
commit
a86cf6aedf
@ -47,6 +47,11 @@ SMTP_FROM_NAME=Puffin Offset
|
|||||||
SMTP_FROM_EMAIL=noreply@puffinoffset.com
|
SMTP_FROM_EMAIL=noreply@puffinoffset.com
|
||||||
ADMIN_EMAIL=matt@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
|
# NOTES
|
||||||
# ========================================
|
# ========================================
|
||||||
|
|||||||
@ -193,7 +193,7 @@ export default function AdminLogin() {
|
|||||||
transition={{ delay: 0.6, duration: 0.5 }}
|
transition={{ delay: 0.6, duration: 0.5 }}
|
||||||
className="text-center mt-6 text-sm font-medium text-off-white/70"
|
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.
|
||||||
</motion.p>
|
</motion.p>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -68,7 +68,7 @@ export default function Footer() {
|
|||||||
viewport={{ once: true }}
|
viewport={{ once: true }}
|
||||||
>
|
>
|
||||||
<p className="text-slate-400">
|
<p className="text-slate-400">
|
||||||
© 2024 Puffin Offset. Luxury meets sustainability.
|
© 2025 Puffin Offset. Luxury meets sustainability.
|
||||||
</p>
|
</p>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user