Skip to content

Commit

Permalink
[BUGFIX] Fix password input placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdiirh committed Jun 18, 2022
1 parent d6cbfa8 commit c5d5493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/src/utils/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export function Profile(props) {
<IconInput icon={faUser} reference={usernameInput} placeholder={"username"} />
</FlexRow>
<FlexRow>
<IconInput type={'password'} icon={faStarOfLife} reference={passwordInput} placeholder={"username"}/>
<IconInput type={'password'} icon={faStarOfLife} reference={passwordInput} placeholder={"password"}/>
</FlexRow>

<div className={"flex-row justify-content-end me-3"}>
Expand Down

0 comments on commit c5d5493

Please sign in to comment.