<% @page_title = "Check your email" %>
">

<%= @page_title %>

Then enter the verification code included in the email below:

<%= form_with url: session_magic_link_path, method: :post, html: { data: { controller: "magic-link" } } do |form| %> <%= form.text_field :code, required: true, class: "input center txt-align-enter txt-large", autofocus: true, autocorrect: "off", autocapitalize: "off", spellcheck: "false", "data-1p-ignore": true, autocomplete: "one-time-code", maxlength: "6", placeholder: "••••••", value: params[:code], data: { magic_link_target: "input", action: "keydown.enter->magic-link#submit paste->magic-link#paste" } %> <% end %>
<% if Rails.env.development? %> <% end %> <% content_for :footer do %> <%= render "sessions/footer" %> <% end %>