chore(portal): Add Sign in from sign up form (#4529)

This commit is contained in:
Jamil
2024-04-05 20:18:55 -07:00
committed by GitHub
parent a932e72603
commit 703b397a86

View File

@@ -249,6 +249,13 @@ defmodule Web.SignUp do
class={link_style()}
>Terms of Use</.link>.
</p>
<p class="py-2 text-center">
Already have an account?
<a href={~p"/"} class={[link_style()]}>
Sign in here.
</a>
</p>
</.form>
"""
end