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