Skip to content

fix: display authenticated user email in profile dropdown#386

Open
kRyxar87t wants to merge 1 commit into
santanu-atta03:mainfrom
kRyxar87t:fix-profile-email-display
Open

fix: display authenticated user email in profile dropdown#386
kRyxar87t wants to merge 1 commit into
santanu-atta03:mainfrom
kRyxar87t:fix-profile-email-display

Conversation

@kRyxar87t

Copy link
Copy Markdown

📌 Related Issue

Fixes #385


Description of Changes

Fixed the profile dropdown email display issue.

Changes made:

  • Removed the hardcoded email@example.com fallback value
  • Updated profile dropdown to display authenticated user's email dynamically
  • Added a proper fallback message when user email data is unavailable

Type of Change

  • 🐛 Bug Fix
  • 🔧 Feature Modification
  • ✨ New Feature
  • 🧹 Maintenance / Cleanup / Documentation Update
  • 🎨 UI/UX or Design Update
  • 📘 Resource / Content Addition
  • Other

Testing

  • Tested locally
  • No tests required

Verified:

  • Profile dropdown uses authenticated user email
  • Fallback state works when email data is unavailable

📸 Screenshots / Video

Not required. Logic-only UI data fix.


✅ Checklist

  • I’ve read the CONTRIBUTING.md guidelines.
  • My code follows the project’s conventions.
  • I’ve linked the related issue correctly.
  • I’ve tested my changes locally.
  • I’ve added or updated documentation/comments if needed.
  • My PR title follows the branch & commit naming conventions.
  • My changes introduce no new warnings or errors.
  • I’ve performed a self-review of my work.

💬 Additional Notes (Optional)

This update improves user account accuracy by preventing placeholder email information from being displayed.

@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

@kRyxar87t is attempting to deploy a commit to the santanu-atta03's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Thanks for creating a PR for your Issue! ☺️

We'll review it as soon as possible.
In the meantime, please double-check the file changes and ensure that all commits are accurate.

If there are any unresolved review comments, feel free to resolve them. 🙌🏼

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.

FIX: hardcoded email@example.com after login

1 participant