managarten/packages/shared-auth-ui/src/pages
Till JS 259253e7b3 feat(auth): show resend verification panel when registering with existing unverified email
- auth.ts: catch USER_ALREADY_EXISTS and return EMAIL_ALREADY_REGISTERED (409)
- authService: map 409 with EMAIL_ALREADY_REGISTERED code to typed error
- RegisterPage: show amber warning panel + resend + go-to-login for existing emails
- translations: add emailAlreadyRegistered, emailAlreadyRegisteredMessage, goToLogin (en/de)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 18:44:01 +02:00
..
ForgotPasswordPage.svelte fix(auth-ui): add focus traps to modals + aria-disabled on all buttons 2026-03-31 14:22:25 +02:00
LoginPage.svelte fix(auth-ui): add focus traps to modals + aria-disabled on all buttons 2026-03-31 14:22:25 +02:00
RegisterPage.svelte feat(auth): show resend verification panel when registering with existing unverified email 2026-03-31 18:44:01 +02:00