Fix user auth
This commit is contained in:
parent
5fde4b63b3
commit
361b5a5cee
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ namespace LANCommander.Server.Services
|
|||
IdentityContext = identityContextFactory.Create();
|
||||
CollectionService = collectionService;
|
||||
Mapper = mapper;
|
||||
Cache = cache;
|
||||
}
|
||||
|
||||
public async Task<User> GetAsync(string userName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue