Fix build
This commit is contained in:
parent
c77f3978d4
commit
981d040cc2
|
|
@ -71,8 +71,7 @@ namespace ServerComparison.TestSites
|
|||
}
|
||||
else
|
||||
{
|
||||
context.Authentication.Challenge();
|
||||
return Task.FromResult(0);
|
||||
return context.Authentication.ChallengeAsync();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue