This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes dashboard authentication challenge bug. (
#1077
)
master
Savorboard
2 years ago
parent
9212c70081
commit
9fc33d739a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/DotNetCore.CAP.Dashboard/CAP.BuilderExtension.cs
+ 1
- 1
src/DotNetCore.CAP.Dashboard/CAP.BuilderExtension.cs
View File
@@ -130,7 +130,7 @@ namespace DotNetCore.CAP
if (isAuthenticated == false && options.UseChallengeOnAuth)
{
await context.ChallengeAsync(options.DefaultChallengeScheme);
await context.Response.CompleteAsync();
return false;
}
Write
Preview
Loading…
Cancel
Save