Fix login UI
This commit is contained in:
parent
9b898a6506
commit
a0eb9cd518
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@ defmodule FreediveWeb.UserLoginLive do
|
|||
~H"""
|
||||
<.hero>
|
||||
<.container>
|
||||
<.block>
|
||||
<.section>
|
||||
<.title is-4>
|
||||
Log in to account
|
||||
</.title>
|
||||
<.subtitle is-6 has-text-grey>
|
||||
freedive@hostname
|
||||
</.subtitle>
|
||||
</.block>
|
||||
</.section>
|
||||
|
||||
<.column is-6-desktop>
|
||||
<.simple_form for={@form} id="login_form" action={~p"/users/log_in"} phx-update="ignore">
|
||||
|
|
Loading…
Reference in a new issue