mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
update linux iso mounter
This commit is contained in:
@@ -461,7 +461,7 @@ namespace MediaBrowser.Api
|
||||
{
|
||||
var success = await _userManager.AuthenticateUser(user.Name, request.CurrentPassword, Request.RemoteIp).ConfigureAwait(false);
|
||||
|
||||
if (success != null)
|
||||
if (success == null)
|
||||
{
|
||||
throw new ArgumentException("Invalid user or password entered.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user