Merge pull request #12545 from Bond-009/sha1

Remove passwordSha1 param from AuthenticateUser function
This commit is contained in:
Niels van Velzen
2024-09-06 21:56:59 +02:00
committed by GitHub
4 changed files with 1 additions and 5 deletions

View File

@@ -384,7 +384,6 @@ namespace Jellyfin.Server.Implementations.Users
public async Task<User?> AuthenticateUser(
string username,
string password,
string passwordSha1,
string remoteEndPoint,
bool isUserSession)
{