Update ClientStore.cs

pull/4924/head
lyon.han 5 years ago committed by GitHub
parent 08368c91d5
commit 3be92953c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ namespace Volo.Abp.IdentityServer.Clients
public virtual async Task<IdentityServer4.Models.Client> FindClientByIdAsync(string clientId)
{
var client = await ClientRepository.FindByCliendIdAsync(clientId);
var client = await ClientRepository.FindByClientIdAsync(clientId);
return ObjectMapper.Map<Client, IdentityServer4.Models.Client>(client);
}
}

Loading…
Cancel
Save