Port signup to new layout
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2022-02-23 18:07:54 -06:00
parent 1fecfe57de
commit f36f6866a7
11 changed files with 94 additions and 210 deletions

View File

@@ -2,6 +2,9 @@
<%= render MainCompactComponent.new do %>
<p class="text-center">
You can close this window or tab now.
Please check your inbox!
</p>
<p class="text-center text-gray-500">
(You can close this window or tab now.)
</p>
<% end %>

View File

@@ -1,6 +0,0 @@
<p>
<%=link_to "Sign up for a new account" %>
</p>
<p>
<%=link_to "Manage your existing account", new_user_session_path %>
</p>