Browse Source

Fixed bug: Object NullReference in MyProfileService interface

pull/141/head
cKey 5 years ago
parent
commit
63830e6c57
  1. 2
      aspnet-core/modules/identity/LINGYUN.Abp.Identity.Application/LINGYUN/Abp/Identity/MyProfileAppService.cs

2
aspnet-core/modules/identity/LINGYUN.Abp.Identity.Application/LINGYUN/Abp/Identity/MyProfileAppService.cs

@ -29,7 +29,7 @@ namespace LINGYUN.Abp.Identity
UserManager = userManager;
UserRepository = userRepository;
SecurityCodeSender = securityCodeSender;
SecurityTokenCache = SecurityTokenCache;
SecurityTokenCache = securityTokenCache;
}
public virtual async Task ChangeTwoFactorEnabledAsync(ChangeTwoFactorEnabledDto input)

Loading…
Cancel
Save