Remove links to registration page

This commit is contained in:
2023-11-30 22:10:33 +00:00
parent 1fbb8f6bcd
commit e9a98861a0
5 changed files with 5 additions and 12 deletions

View File

@@ -21,8 +21,7 @@ defmodule WishWeb.UserConfirmationInstructionsLive do
</.simple_form>
<p class="text-center mt-4">
<.link href={~p"/users/register"}>Register</.link>
| <.link href={~p"/users/log_in"}>Log in</.link>
<.link href={~p"/users/log_in"}>Log in</.link>
</p>
</div>
"""