summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/components/AdminLogin.tsx1
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}