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 cc83c4d commit d9298d2Copy full SHA for d9298d2
src/Components/Server/src/Circuits/DefaultCircuitFactory.cs
@@ -4,6 +4,7 @@
4
using System;
5
using System.Collections.Generic;
6
using System.Linq;
7
+using System.Security.Claims;
8
using System.Text.Encodings.Web;
9
using Microsoft.AspNetCore.Components.Web;
10
using Microsoft.AspNetCore.Components.Web.Rendering;
@@ -13,7 +14,6 @@
13
14
using Microsoft.Extensions.DependencyInjection;
15
using Microsoft.Extensions.Logging;
16
using Microsoft.JSInterop;
-using System.Security.Claims;
17
18
namespace Microsoft.AspNetCore.Components.Server.Circuits
19
{
0 commit comments