You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/web/templates/session/new.html.eex

15 lines
298 B
Plaintext

<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Verifying link...</h1>
</div>
</div>
</div>
<%= form_for @conn, session_path(@conn, :create), [id: "login", as: :login], fn _f -> %>
<% end %>
<script>
document.forms.namedItem("login").submit();
</script>