AOSSIE-Org / AOSSIE-Org/Resonate
**Signup flow does not use unified auth routing**
Đang mở
- Ngôn ngữ chính
- Dart
- Star
- 344
- Fork
- 350
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### 🐛 Describe the bug
#### Description
```md
### Bug
signup() directly calls setUserProfileData() instead of isUserLoggedIn().
This bypasses:
- onboarding routing
- report checks
- navigation consistency
### Expected Behavior
Signup should behave the same as login after session creation.
### Actual Behavior
Signup partially initializes auth state.
### Fix
Replace setUserProfileData() with isUserLoggedIn() in signup().
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.