Skip to content

Add show/hide password toggle on loginΒ #20

Description

@anoopcodehack

File: client/src/pages/Login.jsx

The password field has no πŸ‘οΈ button.
Add a toggle to show/hide password.

Fix:
const [show, setShow] = useState(false)
type={show ? "text" : "password"}
Add a πŸ‘οΈ button next to the input.
~5 lines!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions