aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-11 00:27:46 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-11 00:27:46 -0400
commit59de5c0d14fbf0c09926e37dce0c2e6de69000dd (patch)
tree74a654e937684f156f5c92e0c20f94c0a8d165bd /MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs
parent3cfd765cb4a875ff65acf74826533ba1a804b34a (diff)
update translations
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs')
-rw-r--r--MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs2
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 74ec325c6..2d7c798ad 100644
--- a/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs
+++ b/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs
@@ -49,7 +49,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security
//ExecuteBasic(req, res, requestDto); //first check if session is authenticated
//if (res.IsClosed) return; //AuthenticateAttribute already closed the request (ie auth failed)
- //ValidateUser(req);
+ ValidateUser(req);
}
private void ValidateUser(IRequest req)