summaryrefslogtreecommitdiff
path: root/client/src/components/AdminLogin.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-11-25 18:24:08 -0800
committerMichael Hunteman <michael@huntm.net>2024-11-25 18:24:08 -0800
commit2ccc9a5dcd85b616ed006ec88173ecc56e12c20e (patch)
tree872fb92493a3f20f29928fc9efaaf8a8195752d0 /client/src/components/AdminLogin.tsx
parentea42387252c30a198f8f6251c5960f865e01b229 (diff)
Revert "Blurry load"
This reverts commit fab698d676d43a46b0fd5df592915ca12111dbcb.
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 4d722e8..f1f676f 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 ? <Visibility /> : <VisibilityOff />}
+ {showPassword ? <VisibilityOff /> : <Visibility />}
</IconButton>
</InputAdornment>
),