Prevent user from changing their password

This commit is contained in:
2025-10-20 17:14:13 +09:00
parent d7d1b09837
commit dad0a9009e
2 changed files with 12 additions and 5 deletions

View File

@ -108,6 +108,7 @@
"Редактирование пользователя",
new Dictionary<string, object>()
{
{ nameof(Dialogs.EditUser.CurrentUserId), currentUserId },
{ nameof(Dialogs.EditUser.UserId), userWithRole.User.Id },
{ nameof(Dialogs.EditUser.RoleId), userWithRole.Role.Id }
},