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 => {
|
onClick={(): void => {
|
||||||
return;
|
return;
|
||||||
}}
|
}}
|
||||||
type={"button"}
|
type={"submit"}
|
||||||
/>
|
/>
|
||||||
</form>
|
</form>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue