AOSSIE-Org / AOSSIE-Org/Resonate
**Signup flow does not use unified auth routing**
オープン
- 主要言語
- Dart
- スター
- 344
- フォーク
- 350
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### 🐛 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().
コントリビューションガイド
評価
この issue はまだ評価されていません。