trails/apps/journal/app/routes
Ullrich Schäfer 6950fd7de5
Fix username validation: strip invalid chars instead of pattern error
Browser's native pattern validation fired before preventDefault,
showing "The string did not match the expected pattern" error.
Replace HTML pattern with onChange that strips invalid characters.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 21:51:34 +01:00
..
api.auth.login.ts Fix auth: separate API routes, verify registration with real DB 2026-03-23 17:55:49 +01:00
api.auth.register.ts Fix auth: separate API routes, verify registration with real DB 2026-03-23 17:55:49 +01:00
auth.login.tsx Fix auth: separate API routes, verify registration with real DB 2026-03-23 17:55:49 +01:00
auth.logout.tsx Implement Journal auth: passkeys + magic links, no passwords 2026-03-23 17:38:46 +01:00
auth.register.tsx Fix username validation: strip invalid chars instead of pattern error 2026-03-23 21:51:34 +01:00
auth.verify.tsx Implement Journal auth: passkeys + magic links, no passwords 2026-03-23 17:38:46 +01:00
home.tsx Implement Journal auth: passkeys + magic links, no passwords 2026-03-23 17:38:46 +01:00
users.$username.tsx Implement Journal auth: passkeys + magic links, no passwords 2026-03-23 17:38:46 +01:00