Skip to content

Commit

Permalink
Merge pull request #37 from Shxde1/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Networking committed Apr 28, 2024
2 parents 1af8f37 + 4630fe2 commit b82fcc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Console/KeyAuth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
using System.Collections.Generic;
using System.Security.Cryptography.X509Certificates;
using System.Net.Security;
using System.Windows;
using Newtonsoft.Json;
using System.Threading;
using System.Runtime.CompilerServices;
using Newtonsoft.Json.Linq;

namespace KeyAuth
{
Expand Down
3 changes: 2 additions & 1 deletion Form/KeyAuth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
using System.Collections.Generic;
using System.Security.Cryptography.X509Certificates;
using System.Net.Security;
using System.Windows;
using Newtonsoft.Json;
using System.Threading;
using System.Runtime.CompilerServices;
using Newtonsoft.Json.Linq;

namespace KeyAuth
{
Expand Down

0 comments on commit b82fcc1

Please sign in to comment.