feat(chat): add username to the registration page

This commit is contained in:
2025-02-15 23:06:03 +00:00
parent b7de53bab0
commit 66432c05be

View File

@@ -32,6 +32,7 @@ defmodule SlaxWeb.UserRegistrationLive do
</.error>
<.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 />
<:actions>