Skip to content

Commit

Permalink
fix: add unique id to password input field
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo authored Sep 1, 2021
1 parent 12bd2a8 commit 4eac2b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/routes/secret/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ const Secret = () => {
<>
<Info>A password is required to open this secret</Info>
<Input
id="lemon-password"
placeholder="Your password"
value={password}
onChange={onPasswordChange}
Expand Down

0 comments on commit 4eac2b3

Please sign in to comment.