mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-13 17:10:06 +00:00
## Summary Fix cloud login page showing only the splash loader (wave SVG) instead of the login form when the user is not authenticated. ## Changes - **What**: Remove splash loader on `CloudLayoutView` mount. Cloud onboarding pages do not use workspace initialization, so the `workspaceStore.spinner` transition (`true→false`) that normally removes the splash never occurs — leaving it visible indefinitely. Co-authored-by: Amp <amp@ampcode.com>