This commit is contained in:
Harsh Shandilya 2022-12-31 19:00:41 +05:30
parent 2eadf1a6a4
commit 30e1e2a14a
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

View File

@ -119,6 +119,12 @@ Adapted from login.html of:
<input type="password" name="password" placeholder="Password">
</div>
</div>
<div class="field">
<div class="ui left icon input">
<i class="lock icon"></i>
<input type="text" inputmode="numeric" autocomplete="one-time-code" pattern="\d{6}" placeholder="OTP" required>
</div>
</div>
<div class="ui fluid large teal submit button">Login</div>
</div>