AOSSIE-Org / AOSSIE-Org/Resonate
**Signup flow does not use unified auth routing**
Aperta
- Lingua principale
- Dart
- Stelle
- 344
- Fork
- 350
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### 🐛 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().
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.