Small fix

This commit is contained in:
Peter KW 2024-03-17 11:34:39 +01:00
parent 3e73b11698
commit b6535c883d

View file

@ -46,6 +46,7 @@ function Login(props: {
onClick={(): void => { onClick={(): void => {
return; return;
}} }}
type={"button"}
/> />
</form> </form>
); );