feat(chat): add username to the registration page
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user