diff --git a/frontend/src/components/ui/FormInput.tsx b/frontend/src/components/ui/FormInput.tsx index 8122d5a..301f469 100644 --- a/frontend/src/components/ui/FormInput.tsx +++ b/frontend/src/components/ui/FormInput.tsx @@ -27,8 +27,8 @@ const FormInput: React.FC = ({ const inputType = revealable ? (revealed ? "text" : "password") : type; return ( -
-