mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-20 13:30:50 +02:00
[#5617] fixed the UI input field type of the OTP.length field
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user