Change typ on button to submit
This commit is contained in:
parent
b6535c883d
commit
9bab627255
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function Login(props: {
|
|||
onClick={(): void => {
|
||||
return;
|
||||
}}
|
||||
type={"button"}
|
||||
type={"submit"}
|
||||
/>
|
||||
</form>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue