Browse Source

Add `ConcurrencyStamp` property to `PersonalInfoModel` class.

Close #12643
pull/12645/head
maliming 4 years ago
committed by GitHub
parent
commit
b9611f8e2c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/account/src/Volo.Abp.Account.Blazor/Pages/Account/AccountManage.razor.cs

2
modules/account/src/Volo.Abp.Account.Blazor/Pages/Account/AccountManage.razor.cs

@ -92,4 +92,6 @@ public class PersonalInfoModel
public bool PhoneNumberConfirmed { get; set; }
public bool EmailConfirmed { get; set; }
public string ConcurrencyStamp { get; set; }
}

Loading…
Cancel
Save