mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 20:24:47 +03:00
Return NotFound when itemId isn't found
This commit is contained in:
@@ -11,5 +11,5 @@ public class ForgotPasswordDto
|
||||
/// Gets or sets the entered username to have its password reset.
|
||||
/// </summary>
|
||||
[Required]
|
||||
public string? EnteredUsername { get; set; }
|
||||
required public string EnteredUsername { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user