summary refs log tree commit diff
path: root/ModAS.Server/Services/UserProviderService.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2023-12-31 16:38:20 +0100
committerRory& <root@rory.gay>2023-12-31 16:38:20 +0100
commit05289f61d7bd0650ef511cc92a8a657c493dce30 (patch)
treeed38ef598f9e37eaaf294b8864f361553869ee3c /ModAS.Server/Services/UserProviderService.cs
parentAdd auth, start of commit script (diff)
downloadModAS-master.tar.xz
Clean up swagger, clean up auth code HEAD github/master master
Diffstat (limited to 'ModAS.Server/Services/UserProviderService.cs')
-rw-r--r--ModAS.Server/Services/UserProviderService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ModAS.Server/Services/UserProviderService.cs b/ModAS.Server/Services/UserProviderService.cs

index bb281c4..7e4065c 100644 --- a/ModAS.Server/Services/UserProviderService.cs +++ b/ModAS.Server/Services/UserProviderService.cs
@@ -11,7 +11,6 @@ using MxApiExtensions.Services; namespace ModAS.Server.Services; public class UserProviderService( - AuthenticationService authenticationService, HomeserverProviderService homeserverProviderService, IHttpContextAccessor request, ModASConfiguration config,