Преглед изворни кода

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;
                     string hash = user.Password;
                     user.Password = String.Format("$SHA1${0}", hash);
                     user.Password = String.Format("$SHA1${0}", hash);
                 }
                 }
+                
                 if (user.EasyPassword != null && !user.EasyPassword.Contains("$"))
                 if (user.EasyPassword != null && !user.EasyPassword.Contains("$"))
                 {
                 {
                     string hash = user.EasyPassword;
                     string hash = user.EasyPassword;