fix: 修复登录无权限问题

This commit is contained in:
陈淳
2023-11-09 08:49:59 +08:00
parent 1f1f7f167f
commit 9158a38496
3 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ namespace Yi.Furion.Core.Rbac.Dtos.Account
{
public class RestPasswordDto
{
public string Password = string.Empty;
public string Password { get; set; } = string.Empty;
}
}