From e6246e143401adf5b6a4aeb1e91add5cfa24d72c Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 7 Nov 2018 01:39:56 +0100 Subject: [PATCH] Misc --- ArchiSteamFarm/IPC/Startup.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ArchiSteamFarm/IPC/Startup.cs b/ArchiSteamFarm/IPC/Startup.cs index 2516c6e77..be87e793e 100644 --- a/ArchiSteamFarm/IPC/Startup.cs +++ b/ArchiSteamFarm/IPC/Startup.cs @@ -106,8 +106,7 @@ namespace ArchiSteamFarm.IPC { nameof(GlobalConfig.IPCPassword), new ApiKeyScheme { Description = nameof(GlobalConfig.IPCPassword) + " authentication using request headers. Check https://github.com/" + SharedInfo.GithubRepo + "/wiki/IPC#authentication for more info.", In = "header", - Name = ApiAuthenticationMiddleware.HeadersField, - Type = "apiKey" + Name = ApiAuthenticationMiddleware.HeadersField } );