You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
two-factor-pin email template (src/Templates/html/two-factor-pin.html): Renders the 6-digit PIN for the framework's core email-PIN 2FA feature (Glueful Framework 1.45.0 "Fomalhaut"). Mirrors the existing password-reset/verification templates ({{> header}} / {{> footer}} partials) and uses the {{pin}} and {{ttl_minutes}} variables dispatched by TwoFactorService.
Notes
No breaking changes; no API changes. Purely additive — the template is only used when paired with Glueful Framework 1.45.0+ and TWO_FACTOR_ENABLED=true. Older framework versions simply ignore the unused template.