managarten/apps/chat/apps
Till JS efcb18a98f refactor(auth): standardize mobile auth return format to { success, error }
Align mobile AuthProviders (chat, manacore) with web auth stores:
- Replace { error: { message } | null } with { success: boolean, error?: string }
- Add needsVerification support to signUp return type
- Update all consumer screens (login, register, reset-password) accordingly

All auth methods across web and mobile now use the same return pattern.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 12:59:13 +01:00
..
backend fix(mana-media): use prom-client directly instead of shared metrics package 2026-03-23 11:06:09 +01:00
landing feat(analytics): add automatic CTA tracking to all 10 landing pages 2026-03-22 19:13:24 +01:00
mobile refactor(auth): standardize mobile auth return format to { success, error } 2026-03-23 12:59:13 +01:00
web refactor(auth): standardize URL resolution and token handling across all web auth stores 2026-03-23 12:11:52 +01:00