Skip to content

Commit

Permalink
Improve verification modal UX
Browse files Browse the repository at this point in the history
Change `type` to `number` and disable `autocomplete`.
  • Loading branch information
BrunoBernardino committed Jul 15, 2023
1 parent 37dc11d commit c1dff0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/modals/verification-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default function verificationCodeModal() {
<label for="verification-code-input">Code</label>
<input
id="verification-code-input"
type="text"
type="number"
autocomplete="off"
/>
</fieldset>
</form>
Expand Down

0 comments on commit c1dff0c

Please sign in to comment.