Skip to content

Commit 17b7f7b

Browse files
authored
Update api-key-authprovider.md
1 parent 58c05e7 commit 17b7f7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MyApp/_pages/auth/api-key-authprovider.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ public class ConfigureAuth : IHostingStartup
348348
.Where(x => userWithKeysIds.Count == 0 || !userWithKeysIds.Contains(x.Id))
349349
.Select(x => x.Id));
350350

351-
var authRepo = (IManageApiKeys)appHost.TryResolve<IAuthRepository>();
352351
foreach (var userId in userIdsMissingKeys)
353352
{
354353
var apiKeys = authProvider.GenerateNewApiKeys(userId);

0 commit comments

Comments
 (0)