Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tomav committed Apr 10, 2022
1 parent 34bc690 commit 096ac16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/IsUnlocked.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export default function IsUnlocked({ children }: { children: any }) {
onChange={handleChangeInput("password")}
value={inputValue.password}
error={incorrectPassword}
id="lockscreen-password-input"
data-test-id="lockscreen-password-input"
/>
</Box>
Expand Down

0 comments on commit 096ac16

Please sign in to comment.