<%- # 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', {}) %>