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 verify-code handler to be context-aware
Modifies the `/api/v1/auth/verify-code` route handler to parse an
optional `is_dashboard_login` boolean field from the request body.
This flag is passed to the `AuthService.completeEmailSignIn` method,
enabling it to trigger the appropriate verification logic for either a
standard user-facing app sign-in/sign-up or a restricted dashboard
login.
The handler is also simplified by removing the now-redundant logic for
passing the `authenticatedUser` to the service.
0 commit comments