Remove passwordSha1 param from AuthenticateUser function

This commit is contained in:
Bond_009
2024-08-30 14:27:30 +02:00
parent 9644e894f0
commit eca5abe4bb
5 changed files with 2 additions and 6 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)
{