managarten/packages/shared-auth-ui/src/pages
Till JS 3b54d4d48e refactor(auth-ui): i18n, security fixes, type safety across auth components
- Add locale prop (de/en) to PasswordStrength, ChangePassword,
  SecurityOnboarding, AuditLog, AuthGate tier screen
- Add 13 new i18n keys to LoginTranslations for 2FA, lockout, magic link
- Fix date formatting to use locale in AuditLog
- Rewrite ForgotPasswordPage to Tailwind (matching Login/Register)
- Fix HTML injection in ForgotPasswordPage (remove @html with email)
- Guard DEV credentials behind isDevMode check in LoginPage
- Extend AuthResult type with twoFactorRedirect and retryAfter
- Remove as any casts in LoginPage
- Replace scoped CSS with Tailwind in AuthGate tier-denied screen

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 13:41:53 +02:00
..
ForgotPasswordPage.svelte refactor(auth-ui): i18n, security fixes, type safety across auth components 2026-03-31 13:41:53 +02:00
LoginPage.svelte refactor(auth-ui): i18n, security fixes, type safety across auth components 2026-03-31 13:41:53 +02:00
RegisterPage.svelte refactor(auth-ui): rewrite LoginPage + RegisterPage to use Tailwind CSS 2026-03-31 13:16:14 +02:00