Skip to content

Conversation

@viva-jinyi
Copy link
Member

@viva-jinyi viva-jinyi commented Oct 15, 2025

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 by Unito

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Oct 15, 2025
@github-actions
Copy link

github-actions bot commented Oct 15, 2025

🎭 Playwright Test Results

🕵🏻 No test results found

⏰ Completed at: 10/16/2025, 08:37:48 AM UTC

📊 Test Reports by Browser

  • chromium: Deployment failed
  • chromium-2x: Deployment failed
  • chromium-0.5x: Deployment failed
  • mobile-chrome: Deployment failed

🎉 Click on the links above to view detailed test results for each browser configuration.

@christian-byrne christian-byrne merged commit d31df54 into rh-test Oct 16, 2025
8 of 11 checks passed
@christian-byrne christian-byrne deleted the cloud/invite-page branch October 16, 2025 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants