mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 10:03:55 +02:00
Submit login form with enter key
This commit is contained in:
parent
209e718ae7
commit
dc70bd9650
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,7 @@
|
||||||
name="login"
|
name="login"
|
||||||
id="user-login"
|
id="user-login"
|
||||||
maxlength="40"
|
maxlength="40"
|
||||||
|
@keyup.enter="loginUser()"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -103,6 +104,7 @@
|
||||||
type="password"
|
type="password"
|
||||||
name="password"
|
name="password"
|
||||||
id="user-password"
|
id="user-password"
|
||||||
|
@keyup.enter="loginUser()"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue