Skip to content

Replace real name placeholder with generic alternative#14

Draft
Copilot wants to merge 2 commits into2026-newfrom
copilot/sub-pr-13
Draft

Replace real name placeholder with generic alternative#14
Copilot wants to merge 2 commits into2026-newfrom
copilot/sub-pr-13

Conversation

Copy link
Copy Markdown

Copilot AI commented Jan 6, 2026

Addresses privacy concern from PR #13 review feedback about using "Amélie Laurent" as a form placeholder.

Changes

  • Updated Full Name input placeholder from "Amélie Laurent" to "John Doe" in login page
<GlassInput
  id="fullName"
  name="fullName"
  label="Full name"
  placeholder="John Doe"  // was: "Amélie Laurent"
  value={formData.fullName}
  onChange={handleChange}
/>

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI mentioned this pull request Jan 6, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
viewme-us Ready Ready Preview, Comment Jan 6, 2026 6:48am

Co-authored-by: ShenSandaru <136662438+ShenSandaru@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP address feedback from review on the 2026 new pull request Replace real name placeholder with generic alternative Jan 6, 2026
Copilot AI requested a review from ShenSandaru January 6, 2026 06:50
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.

2 participants