mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-14 09:27:41 +00:00
## Summary When a logged-in user navigates to `/cloud/signup`, they are now redirected to `cloud-user-check` (which handles survey or main page routing). This mirrors the existing `beforeEnter` guard on the `cloud-login` route. The `switchAccount` query param bypass is preserved for consistency. ## Changes - Added `beforeEnter` guard to the `cloud-signup` route in `onboardingCloudRoutes.ts` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9691-Redirect-authenticated-users-from-signup-page-to-cloud-31f6d73d365081e08cb5c3360a862a37) by [Unito](https://www.unito.io)