Skip to content

**Signup flow does not use unified auth routing** #747

@Muneerali199

Description

@Muneerali199

🐛 Describe the bug

Description

### 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().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions