diff options
author | Michael Hunteman <michael@huntm.net> | 2024-11-01 14:10:11 -0700 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-11-01 14:10:11 -0700 |
commit | fab698d676d43a46b0fd5df592915ca12111dbcb (patch) | |
tree | 0106ff4ac6583f0761b43474939fd2db0fbf0f76 /client/src/components/AdminLogin.tsx | |
parent | 59d6e1c7470b8f544dc128825ea5ff55ac34b992 (diff) |
Blurry load
Diffstat (limited to 'client/src/components/AdminLogin.tsx')
-rw-r--r-- | client/src/components/AdminLogin.tsx | 2 |
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> ), |