diff options
author | Michael Hunteman <michael@huntm.net> | 2024-12-30 08:55:12 -0800 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-12-30 08:55:12 -0800 |
commit | 4fd6cbf1ce8457932b8e2c73e83e1d729a485ca5 (patch) | |
tree | 1789f37b15bc9fd92187ff094253c48cf5d5a47d /client/src/components | |
parent | 2ccc9a5dcd85b616ed006ec88173ecc56e12c20e (diff) |
Update calendar invite
Diffstat (limited to 'client/src/components')
-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> ), |