Skip to content

Add show/hide password toggle on login ๐Ÿ‘๏ธย #47

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

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions