aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-03-07 09:56:03 -0800
committerGitHub <noreply@github.com>2019-03-07 09:56:03 -0800
commitf486f5966f2fb9a3cf266ee816b8c247f0de5482 (patch)
treec0110d1a40b99cb7ed29d1b16121cef0a86fa72b /Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
parentdfb1d704edf296a34a6e752f44c9d0f22889b21f (diff)
Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs')
-rw-r--r--Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs b/Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
index 526509f43..3ec1f81d3 100644
--- a/Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
+++ b/Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs
@@ -73,7 +73,7 @@ namespace Emby.Server.Implementations.Library
}
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);