Verify login code

Look for a 6 digit code in the inbox or spam folder.

<%= form_for @form, as: :composable_pwdless, url: url_for(action: :update), data: { turbo: false }, method: :put do |f| %> <%= f.hidden_field :salt %> <%= f.hidden_field :data %> <%= f.label :code %> <%= f.text_field :code, autofocus: true %> <%= f.submit "Continue" %> <% end %> <% if @form.errors.any? %>

<%= @form.errors.full_messages.to_sentence %>

<% end %>

Launch <%= link_to "Gmail", "https://gmail.com/", target: "_blank" %> | <%= link_to "Outlook", "https://outlook.live.com/", target: "_blank" %> | <%= link_to "Yahoo Mail", "https://mail.yahoo.com/", target: "_blank" %>