Browse Source

Update modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserPasswordHistory.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/23907/head
Ma Liming 4 months ago
committed by GitHub
parent
commit
66ab43b4e0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserPasswordHistory.cs

2
modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserPasswordHistory.cs

@ -22,7 +22,7 @@ public class IdentityUserPasswordHistory : Entity, IMultiTenant
/// </summary>
public virtual string Password { get; protected set; }
public virtual DateTime CreatedAt { get; set; }
public virtual DateTime CreatedAt { get; protected set; }
protected IdentityUserPasswordHistory()
{

Loading…
Cancel
Save