Alper Ebicoglu
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
modules/users/src/Volo.Abp.Users.Domain/Volo/Abp/Users/UserLookupService.cs
|
|
|
@ -32,7 +32,7 @@ namespace Volo.Abp.Users |
|
|
|
|
|
|
|
public async Task<TUser> FindByIdAsync(Guid id, CancellationToken cancellationToken = default) |
|
|
|
{ |
|
|
|
var localUser = await _userRepository.FindAsync(id,cancellationToken: cancellationToken); |
|
|
|
var localUser = await _userRepository.FindAsync(id, cancellationToken: cancellationToken); |
|
|
|
|
|
|
|
if (ExternalUserLookupServiceProvider == null) |
|
|
|
{ |
|
|
|
@ -149,4 +149,4 @@ namespace Volo.Abp.Users |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|