diff options
author | Tim <contact@bytim.eu> | 2025-04-30 21:18:33 +0200 |
---|---|---|
committer | Tim <contact@bytim.eu> | 2025-04-30 21:18:33 +0200 |
commit | be70e1ba46b7e2c9496f3ec7bf9062432ea22a94 (patch) | |
tree | 5b35106c487008a8d659cb57813c98636d52cc13 /VPNAuth.Server | |
parent | 56f99d4aec018255b15364d0bd3be9b793e253cf (diff) | |
download | VPNAuth-be70e1ba46b7e2c9496f3ec7bf9062432ea22a94.tar.xz VPNAuth-be70e1ba46b7e2c9496f3ec7bf9062432ea22a94.zip |
Remove unused commits
Diffstat (limited to 'VPNAuth.Server')
-rw-r--r-- | VPNAuth.Server/Api/Oidc.cs | 3 | ||||
-rw-r--r-- | VPNAuth.Server/Program.cs | 4 |
2 files changed, 1 insertions, 6 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; diff --git a/VPNAuth.Server/Program.cs b/VPNAuth.Server/Program.cs index 067e61b..5920807 100644 --- a/VPNAuth.Server/Program.cs +++ b/VPNAuth.Server/Program.cs @@ -1,10 +1,6 @@ -using System.Security.Cryptography; -using System.Text; -using System.Text.RegularExpressions; using VPNAuth.Server; using VPNAuth.Server.Api; using VPNAuth.Server.Database; -using VPNAuth.Server.Responses; Config.CreateIfNotExists(); GarbageCollector.StartLoopAsync(); |