diff options
Diffstat (limited to 'client/src/components')
-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} |