Files
ComfyUI_frontend/src
Jin Yi d31df54f57 chore: Remove signup option on invite page when using invite code (#6070)
## 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)
2025-10-16 16:09:55 -07:00
..
2025-09-28 15:33:29 -07:00
2025-09-28 15:33:29 -07:00
2024-09-25 16:01:50 +09:00
2025-09-28 15:33:29 -07:00
2025-09-28 15:33:29 -07:00
2025-08-13 11:46:03 -07:00