登录的bug
continuous-integration/drone/push Build is running Details

IRC_NewDev
hang 2024-09-20 14:58:08 +08:00
parent 718ddefe97
commit d509bc1649
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class User : BaseFullAuditEntity
public string FirstName { get; set; } = null!;
[Comment(" 首次登录需要修改密码")]
public bool IsFirstAdd { get; set; }
public bool IsFirstAdd { get; set; } = true;
public bool IsTestUser { get; set; }