浏览代码

Remove extra line in UserManager

Co-authored-by: Bond-009 <bond.009@outlook.com>
Davide Polonio 5 年之前
父节点
当前提交
472efeeec4
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Emby.Server.Implementations/Library/UserManager.cs

+ 0 - 1
Emby.Server.Implementations/Library/UserManager.cs

@@ -627,7 +627,6 @@ namespace Emby.Server.Implementations.Library
                 !string.IsNullOrEmpty(remoteEndPoint) &&
                 !string.IsNullOrEmpty(remoteEndPoint) &&
                 _networkManager.IsInLocalNetwork(remoteEndPoint) ? hasConfiguredEasyPassword : hasConfiguredPassword;
                 _networkManager.IsInLocalNetwork(remoteEndPoint) ? hasConfiguredEasyPassword : hasConfiguredPassword;
 
 
-
             PublicUserDto dto = new PublicUserDto
             PublicUserDto dto = new PublicUserDto
             {
             {
                 Name = user.Name,
                 Name = user.Name,