Sha256: 3c712698a12426be3a17c3f25b39419196469bff44945c5e710d15ca32c41832

Contents?: true

Size: 341 Bytes

Versions: 1

Compression:

Stored size: 341 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, autofocus: true, required: true %>
  </div>

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

Version data entries

1 entries across 1 versions & 1 rubygems

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