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