You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(auth): update request-code handler to be context-aware
Modifies the `/api/v1/auth/request-code` route handler to parse an
optional `is_dashboard_login` boolean field from the request body.
This flag is then passed to the `AuthService.initiateEmailSignIn`
method, enabling it to trigger the appropriate validation logic for
either a standard user-facing app sign-in or a restricted dashboard
login.
0 commit comments