Skip to content

feat(windows): auto-populate name from Google account during onboarding#8051

Open
21prnv wants to merge 2 commits into
BasedHardware:mainfrom
21prnv:feat/windows-auto-populate-name-from-google
Open

feat(windows): auto-populate name from Google account during onboarding#8051
21prnv wants to merge 2 commits into
BasedHardware:mainfrom
21prnv:feat/windows-auto-populate-name-from-google

Conversation

@21prnv

@21prnv 21prnv commented Jun 20, 2026

Copy link
Copy Markdown

When users sign in with Google, their display name is now automatically saved to preferences and pre-filled in the onboarding name field, matching the macOS app behavior. This improves UX by eliminating the need for users to re-type their name.

Changes:

  • Save displayName to preferences after successful Google sign-in
  • Use saved displayName or current user's displayName as initial value in NameStep
  • Provides seamless experience similar to macOS app

Review in cubic

When users sign in with Google, their display name is now automatically saved to preferences and pre-filled in the onboarding name field, matching the macOS app behavior. This improves UX by eliminating the need for users to re-type their name.

Changes:
- Save displayName to preferences after successful Google sign-in
- Use saved displayName or current user's displayName as initial value in NameStep
- Provides seamless experience similar to macOS app

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 4 files

Reply with feedback, questions, or to request a fix.

Fix all with cubic | Re-trigger cubic

Comment thread desktop/windows/src/renderer/src/pages/Login.tsx Outdated
Clear displayName even when Google account has no display name to prevent
previous user's name from appearing in onboarding after switching accounts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant