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

fix to styling

Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
This commit is contained in:
Claus Vium
2019-02-13 00:44:07 -08:00
committed by GitHub
parent 9e58e31de0
commit d8e6808d77

View File

@@ -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;