[#5617] fixed the UI input field type of the OTP.length field

This commit is contained in:
Gani Georgiev
2024-10-07 11:42:51 +03:00
parent 1f7aba40f0
commit 253a7ca796
28 changed files with 64 additions and 62 deletions
@@ -85,7 +85,7 @@
<div class="col-sm-6">
<Field class="form-field form-field-toggle required" name="otp.length" let:uniqueId>
<label for={uniqueId}>Generated password length</label>
<input type="text" id={uniqueId} bind:value={collection.otp.length} required />
<input type="number" id={uniqueId} bind:value={collection.otp.length} required />
</Field>
</div>
</div>