mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-06 14:25:15 -04:00
Make password optional
This commit is contained in:
@@ -28,7 +28,7 @@ public class PasswordResetRequest
|
||||
/// <summary>
|
||||
/// The old password
|
||||
/// </summary>
|
||||
public string OldPassword { get; set; }
|
||||
public string? OldPassword { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The new password
|
||||
|
||||
Reference in New Issue
Block a user