Request focus on first input on login page
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<div class="form-group">
|
||||
<label for="code" class="form-label mt-4">Generated code</label>
|
||||
<input type="text" name="code" minlength="6" maxlength="6" class="form-control" id="code"
|
||||
placeholder="XXXXXX">
|
||||
placeholder="XXXXXX" autofocus>
|
||||
</div>
|
||||
|
||||
<button class="w-100 btn btn-primary" type="submit" style="margin: 20px 0px;">Login</button>
|
||||
|
Reference in New Issue
Block a user