Remove links to registration page
This commit is contained in:
@@ -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>
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -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>
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -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>
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user