maliming
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
modules/identity/src/Volo.Abp.Identity.Application/Volo/Abp/Identity/IdentityUserAppService.cs
|
|
@ -84,7 +84,6 @@ namespace Volo.Abp.Identity |
|
|
input.MapExtraPropertiesTo(user); |
|
|
input.MapExtraPropertiesTo(user); |
|
|
|
|
|
|
|
|
(await UserManager.CreateAsync(user, input.Password)).CheckErrors(); |
|
|
(await UserManager.CreateAsync(user, input.Password)).CheckErrors(); |
|
|
|
|
|
|
|
|
await UpdateUserByInput(user, input); |
|
|
await UpdateUserByInput(user, input); |
|
|
(await UserManager.UpdateAsync(user)).CheckErrors(); |
|
|
(await UserManager.UpdateAsync(user)).CheckErrors(); |
|
|
|
|
|
|
|
|
|