2020-06-12 15:03:43 -05:00
|
|
|
<%- # 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 -%>
|
2018-06-21 10:54:35 -05:00
|
|
|
<% content_for :title, t("login.header") %>
|
|
|
|
<% content_for :javascripts do %>
|
2020-06-22 18:20:29 -05:00
|
|
|
<%= javascript_pack_tag 'i18n', 'application' %>
|
2018-06-21 10:54:35 -05:00
|
|
|
<% end %>
|
|
|
|
<% content_for :stylesheets do %>
|
|
|
|
<%= stylesheet_link_tag 'users/page' %>
|
|
|
|
<% end %>
|
2018-03-25 13:30:42 -04:00
|
|
|
|
2020-06-22 18:20:29 -05:00
|
|
|
<%= react_component('SessionLoginPage', {}) %>
|