From 7c2248727aec0d407ca5ad811b8c86b4efc1c19c Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Mon, 10 Dec 2018 19:27:54 -0500 Subject: Remove Emby.Server.Connect --- .../HttpServer/Security/AuthorizationContext.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs') diff --git a/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs b/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs index ee8f6c60b..75dfa95d9 100644 --- a/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs +++ b/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs @@ -162,10 +162,6 @@ namespace Emby.Server.Implementations.HttpServer.Security _authRepo.Update(tokenInfo); } } - else - { - info.User = _connectManager.GetUserFromExchangeToken(token); - } httpReq.Items["OriginalAuthenticationInfo"] = tokenInfo; } -- cgit v1.2.3