We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c05e7 commit 17b7f7bCopy full SHA for 17b7f7b
MyApp/_pages/auth/api-key-authprovider.md
@@ -348,7 +348,6 @@ public class ConfigureAuth : IHostingStartup
348
.Where(x => userWithKeysIds.Count == 0 || !userWithKeysIds.Contains(x.Id))
349
.Select(x => x.Id));
350
351
- var authRepo = (IManageApiKeys)appHost.TryResolve<IAuthRepository>();
352
foreach (var userId in userIdsMissingKeys)
353
{
354
var apiKeys = authProvider.GenerateNewApiKeys(userId);
0 commit comments