diff options
author | Michael Hunteman <michael@huntm.net> | 2024-09-27 08:54:17 -0700 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-09-27 08:54:17 -0700 |
commit | 8d6a2803bb51a028f56044a8d5eec7ae995af5a8 (patch) | |
tree | 58f61dbae3a1225c3aed004a089f26b8579ee95e /client/src | |
parent | ea3deba121ad969cfe435a879c96c494fa570ae3 (diff) |
Hide password text
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/components/AdminLogin.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/components/AdminLogin.tsx b/client/src/components/AdminLogin.tsx index 405cfb6..b69e493 100644 --- a/client/src/components/AdminLogin.tsx +++ b/client/src/components/AdminLogin.tsx @@ -88,6 +88,7 @@ function GuestLogin() { <TextField label="Password" variant="outlined" + type="password" margin="normal" fullWidth error={!!errors.password} |