diff options
Diffstat (limited to 'VPNAuth.Server/Api/Oidc.cs')
-rw-r--r-- | VPNAuth.Server/Api/Oidc.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/VPNAuth.Server/Api/Oidc.cs b/VPNAuth.Server/Api/Oidc.cs index 366fabf..6c15113 100644 --- a/VPNAuth.Server/Api/Oidc.cs +++ b/VPNAuth.Server/Api/Oidc.cs @@ -1,5 +1,4 @@ -using System.Net; -using VPNAuth.Server.Responses; +using VPNAuth.Server.Responses; namespace VPNAuth.Server.Api; |