From 2ccc9a5dcd85b616ed006ec88173ecc56e12c20e Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Mon, 25 Nov 2024 18:24:08 -0800 Subject: Revert "Blurry load" This reverts commit fab698d676d43a46b0fd5df592915ca12111dbcb. --- client/src/components/AdminLogin.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/components/AdminLogin.tsx') 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: ( - {showPassword ? : } + {showPassword ? : } ), -- cgit v1.2.3