mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Remove passwordSha1 param from AuthenticateUser function
This commit is contained in:
@@ -1468,7 +1468,6 @@ namespace Emby.Server.Implementations.Session
|
||||
user = await _userManager.AuthenticateUser(
|
||||
request.Username,
|
||||
request.Password,
|
||||
null,
|
||||
request.RemoteEndPoint,
|
||||
true).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user