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

@@ -31,8 +31,7 @@ defmodule WishWeb.UserResetPasswordLive do
</.simple_form>
<p class="text-center text-sm 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>
"""