Sha256: b0d2aae1b47f23aa455626a4de047496acec82a8f4ed3527cd5cd9dd018238c8

Contents?: true

Size: 340 Bytes

Versions: 2

Compression:

Stored size: 340 Bytes

Contents

<p style="color: red"><%%= alert %></p>

<h1>Sign in without password</h1>

<%%= form_with(url: sessions_passwordless_path) do |form| %>
  <div>
    <%%= form.label :email, style: "display: block" %>
    <%%= form.email_field :email, required: true, autofocus: true%>
  </div>

  <div>
    <%%= form.submit "Sign in" %>
  </div>
<%% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
authentication-zero-2.16.7 lib/generators/authentication/templates/erb/sessions/passwordlesses/new.html.erb.tt
authentication-zero-2.16.6 lib/generators/authentication/templates/erb/sessions/passwordlesses/new.html.erb.tt