Skip to content

Commit 4112e7a

Browse files
authored
🚸 Make OTP input field show numeric keyboard (#336)
1 parent e15cce0 commit 4112e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎stubs/resources/views/auth/two-factor-challenge.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<div class="mt-4" x-show="! recovery">
2222
<x-jet-label for="code" value="{{ __('Code') }}" />
23-
<x-jet-input id="code" class="block mt-1 w-full" type="text" name="code" autofocus x-ref="code" autocomplete="one-time-code" />
23+
<x-jet-input id="code" class="block mt-1 w-full" type="text" inputmode="numeric" name="code" autofocus x-ref="code" autocomplete="one-time-code" />
2424
</div>
2525

2626
<div class="mt-4" x-show="recovery">

0 commit comments

Comments
 (0)