From 9bab627255dfe5b5b81fbfc2aa8922013299d77e Mon Sep 17 00:00:00 2001 From: Peter KW Date: Sun, 17 Mar 2024 12:57:18 +0100 Subject: [PATCH] Change typ on button to submit --- frontend/src/Components/LoginField.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Components/LoginField.tsx b/frontend/src/Components/LoginField.tsx index ec5aaaa..d7768c0 100644 --- a/frontend/src/Components/LoginField.tsx +++ b/frontend/src/Components/LoginField.tsx @@ -46,7 +46,7 @@ function Login(props: { onClick={(): void => { return; }} - type={"button"} + type={"submit"} /> );