From a00c65217af8bcf7835bf1034af9bae3e3b7cb7f Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Mon, 3 Oct 2022 15:00:21 +0300 Subject: [PATCH] Add TODO --- .../Volo.Abp.Account.Blazor/Pages/Account/AccountManage.razor | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/account/src/Volo.Abp.Account.Blazor/Pages/Account/AccountManage.razor b/modules/account/src/Volo.Abp.Account.Blazor/Pages/Account/AccountManage.razor index 842201df2d..ea42414679 100644 --- a/modules/account/src/Volo.Abp.Account.Blazor/Pages/Account/AccountManage.razor +++ b/modules/account/src/Volo.Abp.Account.Blazor/Pages/Account/AccountManage.razor @@ -66,6 +66,7 @@ + // TODO: Move this logic to 'ExtensionProperties' component. @foreach (var propertyInfo in ObjectExtensionManager.Instance.GetProperties()) { var isAllowed = propertyInfo.Configuration.GetOrDefault(IdentityModuleExtensionConsts.ConfigurationNames.AllowUserToEdit);