Skip to content

Commit 836c934

Browse files
author
Eric Olkowski
committed
Updated input type to password
1 parent 041be6a commit 836c934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/demos/examples/PasswordStrength/PasswordStrengthDemo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const PasswordStrengthDemo: React.FunctionComponent = () => {
102102
>
103103
<TextInput
104104
isRequired
105-
type="text"
105+
type="password"
106106
id="password-field"
107107
name="password-field"
108108
aria-describedby="password-field-helper"

0 commit comments

Comments
 (0)