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"} /> );