mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(portal): Add Sign in from sign up form (#4529)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user