AOSSIE-Org / AOSSIE-Org/Resonate
**Signup flow does not use unified auth routing**
Abierto
- Lenguaje dominante
- Dart
- Estrellas
- 344
- Forks
- 350
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### 🐛 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().
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.