Sha256: 0734741c44eff3a4c887729e3f33b61f9a1dc706f893a27805fd40a65fd96c39

Contents?: true

Size: 483 Bytes

Versions: 5

Compression:

Stored size: 483 Bytes

Contents

<h1>Get a login code</h1>

<% if message = flash[:nopassword_status] %>
  <p><%= message %> Enter an email address to request a new login code and try again.</p>
<% else %>
  <p>We'll email you a login code so we can securely get you to your account</p>
<% end %>

<%= form_with model: @email_authentication, url: url_for(action: :create), data: { turbo: false } do |f| %>
  <%= f.label :email %>
  <%= f.email_field :email, autofocus: true %>
  <%= f.submit "Continue" %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nopassword-0.1.5 app/views/nopassword/email_authentications/new.html.erb
nopassword-0.1.4 app/views/nopassword/email_authentications/new.html.erb
nopassword-0.1.3 app/views/nopassword/email_authentications/new.html.erb
nopassword-0.1.2 app/views/nopassword/email_authentications/new.html.erb
nopassword-0.1.0 app/views/nopassword/email_authentications/new.html.erb