From 1dac6d342bf56e88d789016c1a591fc49669cfd4 Mon Sep 17 00:00:00 2001
From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com>
Date: Wed, 18 Feb 2026 20:43:00 -0600
Subject: [PATCH] fix: evaluate copyright year in email footer template (refs
#221)
Add missing $ prefix to template literal expression so the year
renders as "2026" instead of literal "{new Date().getFullYear()}".
Co-Authored-By: Claude Opus 4.6
- © {new Date().getFullYear()} MotoVaultPro. All rights reserved. + © ${new Date().getFullYear()} MotoVaultPro. All rights reserved.