rwadurian/frontend/mobile-app/lib/features/auth/presentation/pages
hailin 26ecb39476 fix(mobile-app): pass referral code to backend during account creation
- Add inviterReferralCode storage key for temporary referral code storage
- Save referral code in guide page before navigating to onboarding
- Read and pass referral code to createAccount API in onboarding page
- Clear temp storage after successful account creation
- Improve QR code extraction to prioritize query params (?ref=, ?code=)

This fixes a critical bug where referral relationships were never
being established because the frontend wasn't passing the referral
code to the backend.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 02:10:57 -08:00
..
backup_mnemonic_page.dart fix(mobile-app): skip backup mnemonic page for MPC wallet mode 2025-12-07 12:00:38 -08:00
guide_page.dart fix(mobile-app): pass referral code to backend during account creation 2025-12-09 02:10:57 -08:00
import_mnemonic_page.dart fix(mobile-app): align back button to left in import mnemonic page 2025-12-07 20:26:24 -08:00
onboarding_page.dart fix(mobile-app): pass referral code to backend during account creation 2025-12-09 02:10:57 -08:00
splash_page.dart fix(mobile-app): improve app restart flow for incomplete wallet creation 2025-12-06 20:41:36 -08:00
verify_mnemonic_page.dart feat(mnemonic): add recovery mnemonic generation and backup confirmation 2025-12-07 12:32:10 -08:00
wallet_created_page.dart fix(mobile-app): update share link domain to rwaapi.szaiai.com 2025-12-06 21:15:55 -08:00