summaryrefslogtreecommitdiff
path: root/client/src/components/AdminLogin.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-11-01 14:10:11 -0700
committerMichael Hunteman <michael@huntm.net>2024-11-01 14:10:11 -0700
commitfab698d676d43a46b0fd5df592915ca12111dbcb (patch)
tree0106ff4ac6583f0761b43474939fd2db0fbf0f76 /client/src/components/AdminLogin.tsx
parent59d6e1c7470b8f544dc128825ea5ff55ac34b992 (diff)
Blurry load
Diffstat (limited to 'client/src/components/AdminLogin.tsx')
-rw-r--r--client/src/components/AdminLogin.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/AdminLogin.tsx b/client/src/components/AdminLogin.tsx
index f1f676f..4d722e8 100644
--- a/client/src/components/AdminLogin.tsx
+++ b/client/src/components/AdminLogin.tsx
@@ -107,7 +107,7 @@ function GuestLogin() {
endAdornment: (
<InputAdornment position="end">
<IconButton onClick={handleClickShowPassword}>
- {showPassword ? <VisibilityOff /> : <Visibility />}
+ {showPassword ? <Visibility /> : <VisibilityOff />}
</IconButton>
</InputAdornment>
),