Sha256: 770ecf414562174ebf0d15540874e786fc6cc73dea7b35b142a166450effb896
Contents?: true
Size: 713 Bytes
Versions: 3
Compression:
Stored size: 713 Bytes
Contents
<h1>Verify login code</h1> <p>Look for a 6 digit code in the inbox or spam folder.</p> <%= 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? %> <p><%= @form.errors.full_messages.to_sentence %></p> <% end %> <p> 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" %> </p>
Version data entries
3 entries across 3 versions & 1 rubygems