forked from hiway/freedive
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"""
|
~H"""
|
||||||
<.hero>
|
<.hero>
|
||||||
<.container>
|
<.container>
|
||||||
<.block>
|
<.section>
|
||||||
<.title is-4>
|
<.title is-4>
|
||||||
Log in to account
|
Log in to account
|
||||||
</.title>
|
</.title>
|
||||||
<.subtitle is-6 has-text-grey>
|
<.subtitle is-6 has-text-grey>
|
||||||
freedive@hostname
|
freedive@hostname
|
||||||
</.subtitle>
|
</.subtitle>
|
||||||
</.block>
|
</.section>
|
||||||
|
|
||||||
<.column is-6-desktop>
|
<.column is-6-desktop>
|
||||||
<.simple_form for={@form} id="login_form" action={~p"/users/log_in"} phx-update="ignore">
|
<.simple_form for={@form} id="login_form" action={~p"/users/log_in"} phx-update="ignore">
|
||||||
|
|
Loading…
Reference in a new issue