登录的bug
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
718ddefe97
commit
d509bc1649
|
@ -45,7 +45,7 @@ public class User : BaseFullAuditEntity
|
||||||
public string FirstName { get; set; } = null!;
|
public string FirstName { get; set; } = null!;
|
||||||
|
|
||||||
[Comment(" 首次登录需要修改密码")]
|
[Comment(" 首次登录需要修改密码")]
|
||||||
public bool IsFirstAdd { get; set; }
|
public bool IsFirstAdd { get; set; } = true;
|
||||||
|
|
||||||
public bool IsTestUser { get; set; }
|
public bool IsTestUser { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue