Browse Source

Merge pull request #12645 from abpframework/maliming-patch-ConcurrencyStamp

Add `ConcurrencyStamp` property to `PersonalInfoModel` class.
pull/12646/head
liangshiwei 4 years ago
committed by GitHub
parent
commit
2587918bd7
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