소스 검색

Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs

fix to styling

Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>

Claus Vium 6 년 전
부모
커밋
d8e6808d77
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs

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

@@ -91,6 +91,7 @@ namespace Emby.Server.Implementations.Library
                     string hash = user.Password;
                     user.Password = String.Format("$SHA1${0}", hash);
                 }
+                
                 if (user.EasyPassword != null && !user.EasyPassword.Contains("$"))
                 {
                     string hash = user.EasyPassword;