Fix login UI

This commit is contained in:
Harshad Sharma 2024-05-18 17:36:57 +05:30
parent 9b898a6506
commit a0eb9cd518

View file

@ -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">