Skip to content

Commit

Permalink
Fixed some bugs in signup
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan-git committed Jan 6, 2025
1 parent 3ad9781 commit cbed316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/Pages/Signup/Signup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function Signup() {
<i className="fa-solid fa-circle-user mr-3"></i>
<input
id="Password"
type="text"
type="password"
placeholder="Enter password"
value={inputs.Password}
onChange={(e) => {
Expand All @@ -79,7 +79,7 @@ export default function Signup() {
<i class="fa-solid fa-circle-user mr-3"></i>
<input
id="confirmPassword"
type="text"
type="password"
placeholder="Reenter password"
value={inputs.ConfirmPassword}
onChange={(e) => {
Expand Down

0 comments on commit cbed316

Please sign in to comment.