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 45488bc commit 3e53a80Copy full SHA for 3e53a80
TaskWebApp/App_Start/Startup.Auth.cs
@@ -1,6 +1,7 @@
1
using Microsoft.Identity.Client;
2
using Microsoft.IdentityModel.Protocols.OpenIdConnect;
3
using Microsoft.IdentityModel.Tokens;
4
+using Microsoft.Owin.Host.SystemWeb;
5
using Microsoft.Owin.Security;
6
using Microsoft.Owin.Security.Cookies;
7
using Microsoft.Owin.Security.Notifications;
@@ -12,7 +13,6 @@
12
13
using System.Security.Claims;
14
using System.Threading.Tasks;
15
using System.Web.Http;
-using Microsoft.Owin.Host.SystemWeb;
16
using TaskWebApp.Utils;
17
18
namespace TaskWebApp
0 commit comments