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> </.simple_form>
<p class="text-center mt-4"> <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> </p>
</div> </div>
""" """

View File

@@ -16,8 +16,7 @@ defmodule WishWeb.UserConfirmationLive do
</.simple_form> </.simple_form>
<p class="text-center mt-4"> <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> </p>
</div> </div>
""" """

View File

@@ -20,8 +20,7 @@ defmodule WishWeb.UserForgotPasswordLive do
</:actions> </:actions>
</.simple_form> </.simple_form>
<p class="text-center text-sm mt-4"> <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> </p>
</div> </div>
""" """

View File

@@ -8,10 +8,7 @@ defmodule WishWeb.UserLoginLive do
Sign in to account Sign in to account
<:subtitle> <:subtitle>
Don't have an account? Don't have an account?
<.link navigate={~p"/users/register"} class="font-semibold text-brand hover:underline"> Tough.
Sign up
</.link>
for an account now.
</:subtitle> </:subtitle>
</.header> </.header>

View File

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