mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-06 03:20:53 +00:00
fix: enterAllowed on all <Submit />
This commit is contained in:
parent
f43c03e1c3
commit
74bade7450
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-8 w-4/5 lg:w-3/5">
|
<div class="mt-8 w-4/5 lg:w-3/5">
|
||||||
<Submit value={$LL.input.submit()} on:click={login} />
|
<Submit enterAllowed={true} value={$LL.input.submit()} on:click={login} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</SplitLayout>
|
</SplitLayout>
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-8 w-4/5 lg:w-3/5">
|
<div class="mt-8 w-4/5 lg:w-3/5">
|
||||||
<Submit on:click={redirectToCode} value={$LL.input.submit()} />
|
<Submit enterAllowed={true} on:click={redirectToCode} value={$LL.input.submit()} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</SplitLayout>
|
</SplitLayout>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue