Fixed password exposure
This commit is contained in:
parent
ff7a522f35
commit
3bc16b9cac
2 changed files with 3 additions and 2 deletions
|
|
@ -122,6 +122,7 @@ export default () => {
|
|||
</Show>
|
||||
<h4>Password</h4>
|
||||
<Input
|
||||
isPassword
|
||||
value={password()}
|
||||
onChange={setPassword}
|
||||
onKeyDown={(event: KeyboardEvent) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue