mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-20 20:03:39 +03:00
fix:Convenient to use the enter key on the keyboard (#116)
This commit is contained in:
parent
93e3e847f2
commit
4829dd3cfd
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- /.col -->
|
<!-- /.col -->
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<button id="btn_login" type="button" class="btn btn-primary btn-block">Sign In</button>
|
<button id="btn_login" type="submit" class="btn btn-primary btn-block">Sign In</button>
|
||||||
</div>
|
</div>
|
||||||
<!-- /.col -->
|
<!-- /.col -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue