diff options
| author | telans <telans@protonmail.com> | 2020-06-14 21:11:11 +1200 |
|---|---|---|
| committer | telans <telans@protonmail.com> | 2020-06-15 10:41:00 +1200 |
| commit | acd4389653faff01a9c5266d06979d4c20c7d5f5 (patch) | |
| tree | 1fc3ae4ed71a1afb5607138aaaa79209c15bb775 /Emby.Server.Implementations/HttpServer/Security/AuthService.cs | |
| parent | 726e116d5bb0038edfdaa7f1672fa22df499964b (diff) | |
fix SA1005
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/Security/AuthService.cs')
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/Security/AuthService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/Security/AuthService.cs b/Emby.Server.Implementations/HttpServer/Security/AuthService.cs index 072e94cdd..72959003a 100644 --- a/Emby.Server.Implementations/HttpServer/Security/AuthService.cs +++ b/Emby.Server.Implementations/HttpServer/Security/AuthService.cs @@ -225,7 +225,7 @@ namespace Emby.Server.Implementations.HttpServer.Security throw new AuthenticationException("Access token is invalid or expired."); } - //if (!string.IsNullOrEmpty(info.UserId)) + // if (!string.IsNullOrEmpty(info.UserId)) //{ // var user = _userManager.GetUserById(info.UserId); |
