mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 11:41:08 +02:00
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>
|
||
|---|---|---|
| .. | ||
| (drawer) | ||
| api | ||
| auth | ||
| conversation | ||
| spaces | ||
| +html.tsx | ||
| +not-found.tsx | ||
| _layout.tsx | ||
| archive.tsx | ||
| conversations.tsx | ||
| documents.tsx | ||
| index.tsx | ||
| model-selection.tsx | ||
| profile.tsx | ||
| settings.tsx | ||
| templates.tsx | ||