cool stuff

This commit is contained in:
nmemmert
2026-06-03 14:14:25 -04:00
parent a2c4924191
commit 68f6212e9b
7 changed files with 665 additions and 43 deletions
+7
View File
@@ -248,6 +248,10 @@ export interface SiteContent {
emailChangeSubject: string
emailChangeBody: string
emailChangeCtaLabel: string
// ── 2FA Email OTP ──
twoFaOtpEmailSubject: string
twoFaOtpEmailBody: string
twoFaOtpEmailExpiry: string
// ── Header ──
headerFollowLabel: string
// ── Cookie banner ──
@@ -432,6 +436,9 @@ export const DEFAULTS: SiteContent = {
emailChangeSubject: 'Confirm your new email address',
emailChangeBody: 'Click the link below to confirm your new account email. If you did not request this change, ignore this message.',
emailChangeCtaLabel: 'Confirm Email Change',
twoFaOtpEmailSubject: 'Your sign-in code — Verse by Verse with Nate',
twoFaOtpEmailBody: 'Your two-factor sign-in code is below. Enter it to complete sign-in.',
twoFaOtpEmailExpiry: 'This code expires in 10 minutes. If you did not request this, you can ignore this message.',
headerFollowLabel: 'Follow on Spotify',
cookieBannerText: 'We use optional analytics cookies to measure visits and location trends for site improvement.',
customLinks: [],