houdini/app/views/devise/sessions/new.html.erb
2021-04-08 10:25:13 -05:00

11 lines
447 B
Text
Executable file

<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
<% content_for :title, t("login.header") %>
<% content_for :javascripts do %>
<%= javascript_packs_with_chunks_tag 'i18n', 'user-signin-bundle' %>
<% end %>
<% content_for :stylesheets do %>
<%= stylesheet_link_tag 'users/page' %>
<% end %>
<%= react_component('SessionLoginPage', {}) %>