Fix user auth

This commit is contained in:
Pat Hartl 2025-02-09 01:23:40 -06:00
parent 5fde4b63b3
commit 361b5a5cee

View file

@ -31,6 +31,7 @@ namespace LANCommander.Server.Services
IdentityContext = identityContextFactory.Create();
CollectionService = collectionService;
Mapper = mapper;
Cache = cache;
}
public async Task<User> GetAsync(string userName)