From b6535c883d9410c3e9684c5630b7037095ca0ac5 Mon Sep 17 00:00:00 2001 From: Peter KW Date: Sun, 17 Mar 2024 11:34:39 +0100 Subject: [PATCH] Small fix --- frontend/src/Components/LoginField.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/Components/LoginField.tsx b/frontend/src/Components/LoginField.tsx index 7f43ec2..ec5aaaa 100644 --- a/frontend/src/Components/LoginField.tsx +++ b/frontend/src/Components/LoginField.tsx @@ -46,6 +46,7 @@ function Login(props: { onClick={(): void => { return; }} + type={"button"} /> );