mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
added cloud sync model objects
This commit is contained in:
@@ -405,7 +405,7 @@ namespace MediaBrowser.Api
|
||||
|
||||
if (!success)
|
||||
{
|
||||
throw new UnauthorizedAccessException("Invalid user or password entered.");
|
||||
throw new ArgumentException("Invalid user or password entered.");
|
||||
}
|
||||
|
||||
var task = _userManager.ChangePassword(user, request.NewPassword);
|
||||
|
||||
Reference in New Issue
Block a user