mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
## Summary - Removed the "Don't have an account? Sign up" link from the CloudLoginView when users access the page with an invite code (from invite link in email) - The signup option now only shows when there's no invite code present ## Changes - Modified `CloudLoginView.vue` to conditionally show the signup text only when `!hasInviteCode` - Used `<template>` wrapper for better conditional rendering ## Why this change? Users coming from an invite email link should focus on logging in with their existing account rather than being presented with a signup option, as they've already been invited to join. Fixes the UX issue where invited users might get confused by seeing a signup option when they should be logging in with their invited account. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6070-chore-Remove-signup-option-on-invite-page-when-using-invite-code-28d6d73d365081e29ac7d58140b2079f) by [Unito](https://www.unito.io)