diff options
| author | Bond_009 <bond.009@outlook.com> | 2024-08-30 14:27:30 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2024-08-30 14:27:30 +0200 |
| commit | eca5abe4bb33c6748b4120550891df6992bbe71b (patch) | |
| tree | 094cade451c3567ce6ac3f24794e240fed21db58 /Jellyfin.Server.Implementations/Users | |
| parent | 9644e894f0f6e1206f68a2b23aeb8065a565f9bf (diff) | |
Remove passwordSha1 param from AuthenticateUser function
Diffstat (limited to 'Jellyfin.Server.Implementations/Users')
| -rw-r--r-- | Jellyfin.Server.Implementations/Users/UserManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Users/UserManager.cs b/Jellyfin.Server.Implementations/Users/UserManager.cs index 5753e75c9..a071e14a8 100644 --- a/Jellyfin.Server.Implementations/Users/UserManager.cs +++ b/Jellyfin.Server.Implementations/Users/UserManager.cs @@ -384,7 +384,6 @@ namespace Jellyfin.Server.Implementations.Users public async Task<User?> AuthenticateUser( string username, string password, - string passwordSha1, string remoteEndPoint, bool isUserSession) { |
