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