This commit is contained in:
parent
45c2f3e2b3
commit
ca9e4accc8
2 changed files with 6 additions and 6 deletions
|
|
@ -91,7 +91,7 @@ defmodule MvWeb.UserLive.Form do
|
|||
/>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
|
||||
<!-- Password Section -->
|
||||
<div class="mt-6">
|
||||
<label class="flex items-center space-x-2">
|
||||
|
|
@ -128,7 +128,7 @@ defmodule MvWeb.UserLive.Form do
|
|||
required
|
||||
autocomplete="new-password"
|
||||
/>
|
||||
|
||||
|
||||
<!-- Only show password confirmation for new users (register_with_password) -->
|
||||
<%= if !@user do %>
|
||||
<.input
|
||||
|
|
@ -179,7 +179,7 @@ defmodule MvWeb.UserLive.Form do
|
|||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Member Linking Section (admin only: only admins can link/unlink users to members) -->
|
||||
<%= if @can_manage_member_linking do %>
|
||||
<div class="mt-6">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue