diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-06 20:08:18 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-06 20:08:18 -0400 |
| commit | 1cf1ec6b615ec6d8b9fd4181b948dc65de465a58 (patch) | |
| tree | c2e4aa05456b63974d20904b8c46509f2dc08531 /MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs | |
| parent | f02f3222085311b2a2cacab6642ad987a4176e65 (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs b/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs index 4d2ee3f39..cae2cead4 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs @@ -67,7 +67,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security { if (!_config.Configuration.InsecureApps.Contains(auth.Client ?? string.Empty, StringComparer.OrdinalIgnoreCase)) { - SessionManager.ValidateSecurityToken(auth.Token); + //SessionManager.ValidateSecurityToken(auth.Token); } } |
