浏览代码

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

Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
Bond-009 6 年之前
父节点
当前提交
f486f5966f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs

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

@@ -73,7 +73,7 @@ namespace Emby.Server.Implementations.Library
             }
             }
             else
             else
             {
             {
-                throw new Exception(String.Format($"Requested crypto method not available in provider: {readyHash.Id}"));
+                throw new Exception(string.Format($"Requested crypto method not available in provider: {readyHash.Id}"));
             }
             }
 
 
             // var success = string.Equals(GetPasswordHash(resolvedUser), GetHashedString(resolvedUser, password), StringComparison.OrdinalIgnoreCase);
             // var success = string.Equals(GetPasswordHash(resolvedUser), GetHashedString(resolvedUser, password), StringComparison.OrdinalIgnoreCase);