Skip to content

UX: Form field placeholder conflicts with readOnly attribute on account page #34

@trivikramkalagi91-commits

Description

On the account configuration screen (app/console/account/page.tsx), the Email Address input field is explicitly set to readOnly. However, it currently contains an active instructional placeholder: placeholder="Enter your email".

This creates a contradictory user experience because it tells users to type data into a field that the browser has completely locked.

Expected Behavior

The placeholder text should be updated to a passive informational string (e.g., "Email managed by provider") to accurately reflect its read-only status.

Note: I am a GSSoC 2026 contributor. I accidentally missed updating this line of code when removing the hardcoded values in my previous PR (#33). I would love to fix this minor UX discrepancy under a new issue if assigned.

sorry....

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions