mirror of
https://github.com/opnsense/core.git
synced 2026-06-09 00:42:36 -04:00
Services: Captive Portal - Change button type to submit to allow return/enter key usage on captive portal login
This commit is contained in:
parent
6e6369a77b
commit
0cc56f2d9b
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@
|
|||
<h2 class="form-signin-heading">Please sign in</h2>
|
||||
<input type="text" id="inputUsername" class="form-control" placeholder="Username" required autofocus autocomplete="none" autocapitalize="none" autocorrect="off">
|
||||
<input type="password" autocomplete="new-password" id="inputPassword" class="form-control" placeholder="Password" required>
|
||||
<button class="btn" id="signin" type="button">Sign in</button>
|
||||
<button class="btn" id="signin" type="submit">Sign in</button>
|
||||
</form>
|
||||
</div>
|
||||
<!-- User option 2: login needed, without username, password -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue