diff options
| author | Andrew Rabert <ar@nullsum.net> | 2018-12-10 19:27:54 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2018-12-10 19:29:51 -0500 |
| commit | 7c2248727aec0d407ca5ad811b8c86b4efc1c19c (patch) | |
| tree | 1996e458a81066622a17dbc467b61a7fdc8ce9a0 /Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs | |
| parent | 03b637b22bc47095b534a606f58f0d3227bd3f2c (diff) | |
Remove Emby.Server.Connect
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs')
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs | 4 |
1 files changed, 0 insertions, 4 deletions
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; } |
