Files
orion/app/modules/messaging
Samir Boulahtit 3bdf1695fd fix: move init guard to prevent race conditions in email-templates
The initialization guard was placed after the await I18n.loadModule() call,
which could cause race conditions if Alpine calls init() multiple times
before the guard is set. This aligns with the pattern used by other pages.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 22:26:05 +01:00
..