Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/auth_verification/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<%= f.hidden_field :email, value: @email %>
<div>
<div class="rounded-md shadow-sm -space-y-px">
<%= f.text_field :verification_code, placeholder: "Verification Code", maxlength: 6, class: "mb-4 block w-full px-3 py-2 border border-gray-300 placeholder-gray-500 text-gray-900 rounded-md sm:text-sm" %>
<%= f.text_field :verification_code, placeholder: "Verification Code", autofocus: true, autocomplete: "one-time-code", pattern: "[a-z0-9]", maxlength: 6, class: "mb-4 block w-full px-3 py-2 border border-gray-300 placeholder-gray-500 text-gray-900 rounded-md sm:text-sm" %>
</div>
</div>
<%= f.button class: "w-full flex justify-center py-2 px-4 border border-transparent text-sm font-medium rounded-md text-white bg-blue-500" do %>
Expand Down