Skip to content

feat: Add show/hide password visibility toggle to the sign-in form#133

Merged
SatyamPandey-07 merged 1 commit into
rishima17:mainfrom
Vaanshimadaan:main
Jul 7, 2026
Merged

feat: Add show/hide password visibility toggle to the sign-in form#133
SatyamPandey-07 merged 1 commit into
rishima17:mainfrom
Vaanshimadaan:main

Conversation

@Vaanshimadaan

Copy link
Copy Markdown
Contributor

Overview

This PR addresses the missing password visibility feature on the sign-in page. Users can now easily toggle between showing and hiding their password to avoid typos before logging in.

Changes Made

  • State Management: Added showPassword state in Login.jsx to handle dynamic input type switching.
  • UI Update: Replaced the static password input field with a dynamic one that switches type between password and text.
  • Icons: Integrated Eye and EyeOff icons from lucide-react directly inside the input container for a clean, modern look.
  • Accessibility: Ensured proper alignment and layout spacing using Tailwind CSS utilities.

Closes

Closes #131

@vercel

vercel Bot commented Jul 7, 2026

Copy link
Copy Markdown

@Vaanshimadaan is attempting to deploy a commit to the Rishima's projects Team on Vercel.

A member of the Team first needs to authorize it.

@SatyamPandey-07 SatyamPandey-07 self-requested a review July 7, 2026 13:58
@SatyamPandey-07 SatyamPandey-07 merged commit 9c5cd87 into rishima17:main Jul 7, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add show/hide password visibility toggle to the sign-in form

2 participants