Fixed password exposure

This commit is contained in:
Patrick Alvin Alcala 2025-10-16 10:09:17 +08:00
parent ff7a522f35
commit 3bc16b9cac
2 changed files with 3 additions and 2 deletions

View file

@ -122,6 +122,7 @@ export default () => {
</Show>
<h4>Password</h4>
<Input
isPassword
value={password()}
onChange={setPassword}
onKeyDown={(event: KeyboardEvent) => {