From d2845633010173f6a25f337e077443c1cc041b16 Mon Sep 17 00:00:00 2001 From: AG Date: Mon, 8 Dec 2025 07:30:02 +0200 Subject: [PATCH] Login by hitting Enter --- src/components/FilledInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/FilledInput.tsx b/src/components/FilledInput.tsx index 8544b64..4127bd4 100644 --- a/src/components/FilledInput.tsx +++ b/src/components/FilledInput.tsx @@ -48,6 +48,7 @@ const FilledInput: React.FC = ({ label, value, onChange, onCle /> {value !== '' && value !== 0 && (