about summary refs log tree commit diff
path: root/LibMatrix/Homeservers/UserInteractiveAuthClient.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-01-23 19:41:04 +0100
committerRory& <root@rory.gay>2025-01-23 19:41:04 +0100
commit9c290989dfcf84c00f1351c4b168c8c030130639 (patch)
tree4ed3adeaf18ad1dc76a2c8b7f7c3157ad4fa33aa /LibMatrix/Homeservers/UserInteractiveAuthClient.cs
parentClean up imports in bot utils (diff)
downloadLibMatrix-9c290989dfcf84c00f1351c4b168c8c030130639.tar.xz
Clean up more imports and fix namespaces.
Diffstat (limited to 'LibMatrix/Homeservers/UserInteractiveAuthClient.cs')
-rw-r--r--LibMatrix/Homeservers/UserInteractiveAuthClient.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/LibMatrix/Homeservers/UserInteractiveAuthClient.cs b/LibMatrix/Homeservers/UserInteractiveAuthClient.cs

index 8be2cb9..bb3889f 100644 --- a/LibMatrix/Homeservers/UserInteractiveAuthClient.cs +++ b/LibMatrix/Homeservers/UserInteractiveAuthClient.cs
@@ -1,7 +1,5 @@ -using System.Net.Http.Json; using System.Text.Json.Nodes; using System.Text.Json.Serialization; -using ArcaneLibs.Extensions; using LibMatrix.Responses; namespace LibMatrix.Homeservers;