From e9a98861a09054326ba29b1619b730f65f25c6f9 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 30 Nov 2023 22:10:33 +0000 Subject: [PATCH] Remove links to registration page --- lib/wish_web/live/user_confirmation_instructions_live.ex | 3 +-- lib/wish_web/live/user_confirmation_live.ex | 3 +-- lib/wish_web/live/user_forgot_password_live.ex | 3 +-- lib/wish_web/live/user_login_live.ex | 5 +---- lib/wish_web/live/user_reset_password_live.ex | 3 +-- 5 files changed, 5 insertions(+), 12 deletions(-) diff --git a/lib/wish_web/live/user_confirmation_instructions_live.ex b/lib/wish_web/live/user_confirmation_instructions_live.ex index 2c2dd0b..ad41671 100644 --- a/lib/wish_web/live/user_confirmation_instructions_live.ex +++ b/lib/wish_web/live/user_confirmation_instructions_live.ex @@ -21,8 +21,7 @@ defmodule WishWeb.UserConfirmationInstructionsLive do

- <.link href={~p"/users/register"}>Register - | <.link href={~p"/users/log_in"}>Log in + <.link href={~p"/users/log_in"}>Log in

""" diff --git a/lib/wish_web/live/user_confirmation_live.ex b/lib/wish_web/live/user_confirmation_live.ex index 8aa6f94..06619b5 100644 --- a/lib/wish_web/live/user_confirmation_live.ex +++ b/lib/wish_web/live/user_confirmation_live.ex @@ -16,8 +16,7 @@ defmodule WishWeb.UserConfirmationLive do

- <.link href={~p"/users/register"}>Register - | <.link href={~p"/users/log_in"}>Log in + <.link href={~p"/users/log_in"}>Log in

""" diff --git a/lib/wish_web/live/user_forgot_password_live.ex b/lib/wish_web/live/user_forgot_password_live.ex index f34449b..f8179cf 100644 --- a/lib/wish_web/live/user_forgot_password_live.ex +++ b/lib/wish_web/live/user_forgot_password_live.ex @@ -20,8 +20,7 @@ defmodule WishWeb.UserForgotPasswordLive do

- <.link href={~p"/users/register"}>Register - | <.link href={~p"/users/log_in"}>Log in + <.link href={~p"/users/log_in"}>Log in

""" diff --git a/lib/wish_web/live/user_login_live.ex b/lib/wish_web/live/user_login_live.ex index 8d12bf7..2c32739 100644 --- a/lib/wish_web/live/user_login_live.ex +++ b/lib/wish_web/live/user_login_live.ex @@ -8,10 +8,7 @@ defmodule WishWeb.UserLoginLive do Sign in to account <:subtitle> Don't have an account? - <.link navigate={~p"/users/register"} class="font-semibold text-brand hover:underline"> - Sign up - - for an account now. + Tough. diff --git a/lib/wish_web/live/user_reset_password_live.ex b/lib/wish_web/live/user_reset_password_live.ex index 8b034be..5e9c29b 100644 --- a/lib/wish_web/live/user_reset_password_live.ex +++ b/lib/wish_web/live/user_reset_password_live.ex @@ -31,8 +31,7 @@ defmodule WishWeb.UserResetPasswordLive do

- <.link href={~p"/users/register"}>Register - | <.link href={~p"/users/log_in"}>Log in + <.link href={~p"/users/log_in"}>Log in

"""