mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-02-08 23:08:58 -06:00
The magic link email is now sent in the same language as the frontend at the time of the request, matching the behavior of reminder emails. Changes: - Modified MagicLinkService.RequestMagicLink to accept locale parameter - Handler extracts locale using i18n.GetLangFromRequest() from HTTP headers - Falls back to "en" if locale is empty - Consistent with reminder email locale detection