akkounts/app/views/welcome/check_your_email.html.erb
Sebastian Kippe f36f6866a7
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
Port signup to new layout
2022-02-23 18:07:54 -06:00

11 lines
268 B
Plaintext

<%= render HeaderCompactComponent.new(title: "Email sent") %>
<%= render MainCompactComponent.new do %>
<p class="text-center">
Please check your inbox!
</p>
<p class="text-center text-gray-500">
(You can close this window or tab now.)
</p>
<% end %>