Files
ackify/.gitignore
T
Benjamin 46e6bdab24 feat(auth): magic link email now uses frontend language
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
2025-11-06 12:04:23 +01:00

23 lines
250 B
Plaintext

CLAUDE.md
AGENTS.md
*SETUP.md
RELEASE_*.md
.ai
.claude
.idea
.env
.env.local
scripts/
.gocache/
codecov.yml
compose.local.yml
compose.cloud.yml
client_secret*.json
/backend/cmd/community/web/dist
# Tailwind CSS
/bin/tailwindcss
/static/output.css