From 0f882c9c336615c1835c851499a586e751dc4171 Mon Sep 17 00:00:00 2001 From: Dogma <103559271+ArtificialDogma@users.noreply.github.com> Date: Fri, 3 May 2024 00:22:54 +1000 Subject: [PATCH] Small Tweak [Login] - Small update to size of login window --- frontend/react/src/ui/modals/login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/react/src/ui/modals/login.tsx b/frontend/react/src/ui/modals/login.tsx index b4e0fdad..cfd99dab 100644 --- a/frontend/react/src/ui/modals/login.tsx +++ b/frontend/react/src/ui/modals/login.tsx @@ -17,7 +17,7 @@ export function LoginModal(props: { const [password, setPassword] = useState(""); const [displayName, setDisplayName] = useState(""); - return + return