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....
On the account configuration screen (
app/console/account/page.tsx), the Email Address input field is explicitly set toreadOnly. 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....