feat(chat): add username to the registration page

This commit is contained in:
João Paulo Dubas 2025-02-15 23:06:03 +00:00
parent b7de53bab0
commit 66432c05be
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -32,6 +32,7 @@ defmodule SlaxWeb.UserRegistrationLive do
</.error> </.error>
<.input field={@form[:email]} type="email" label="Email" required /> <.input field={@form[:email]} type="email" label="Email" required />
<.input field={@form[:username]} type="text" label="Username" required />
<.input field={@form[:password]} type="password" label="Password" required /> <.input field={@form[:password]} type="password" label="Password" required />
<:actions> <:actions>