- 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> |
||
|---|---|---|
| .. | ||
| local_storage.dart | ||
| secure_storage.dart | ||
| storage_keys.dart | ||