From 66432c05bee18606d48f3b4630543414d34c72d4 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Sat, 15 Feb 2025 23:06:03 +0000 Subject: [PATCH] feat(chat): add username to the registration page --- lib/slax_web/live/user_registration_live.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/slax_web/live/user_registration_live.ex b/lib/slax_web/live/user_registration_live.ex index e47774f..fe2e4c0 100644 --- a/lib/slax_web/live/user_registration_live.ex +++ b/lib/slax_web/live/user_registration_live.ex @@ -32,6 +32,7 @@ defmodule SlaxWeb.UserRegistrationLive do <.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>