1
0
mirror of synced 2024-11-28 00:20:53 +01:00

Fix wrong direct link when changing password in admin mode

This commit is contained in:
S-Sebb 2023-12-18 21:44:56 +00:00
parent 471c6d5ef1
commit 4ab41ea9f3

View File

@ -56,7 +56,7 @@
</MudMenuItem>
<MudDivider/>
<MudMenuItem Icon="@Icons.Material.Filled.Lock"
Href="@($"Users/{user.Baid}/ChangePassword")"
Href="@($"Users/ChangePassword")"
IconColor="@Color.Primary">
Change Password
</MudMenuItem>