diff --git a/Yavsc/Startup/Startup.OAuth.cs b/Yavsc/Startup/Startup.OAuth.cs index 1f7cfb67..3dda30a4 100644 --- a/Yavsc/Startup/Startup.OAuth.cs +++ b/Yavsc/Startup/Startup.OAuth.cs @@ -100,7 +100,6 @@ namespace Yavsc app.UseWhen(context => context.Request.Path.StartsWithSegments("/api"), branch => { - branch.UseJwtBearerAuthentication( options => {