소스 검색

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) &&
                 _networkManager.IsInLocalNetwork(remoteEndPoint) ? hasConfiguredEasyPassword : hasConfiguredPassword;
 
-
             PublicUserDto dto = new PublicUserDto
             {
                 Name = user.Name,