trails/apps/journal/app
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
..
lib Implement Journal auth: passkeys + magic links, no passwords 2026-03-23 17:38:46 +01:00
routes Fix username validation: strip invalid chars instead of pattern error 2026-03-23 21:51:34 +01:00
root.tsx Complete monorepo toolchain setup (tasks 1.1-1.7) 2026-03-22 12:12:57 +01:00
routes.ts Fix auth: separate API routes, verify registration with real DB 2026-03-23 17:55:49 +01:00