diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-06-22 13:26:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-22 13:26:18 +0200 |
| commit | a1eb2f6ea8cd78d527f1ae395378419f016208ab (patch) | |
| tree | 4218108e4b128ad93bdb2163cab66c7bd35ea3a8 /Jellyfin.Api/Models/UserDtos/ForgotPasswordPinDto.cs | |
| parent | 3982b0e057cc692875ba35573197b86abf8d7adb (diff) | |
| parent | b84eedd0b9c0df9fc3f0ca4a9a295dd42b72a25b (diff) | |
Merge pull request #9915 from Bond-009/stylecop
Diffstat (limited to 'Jellyfin.Api/Models/UserDtos/ForgotPasswordPinDto.cs')
| -rw-r--r-- | Jellyfin.Api/Models/UserDtos/ForgotPasswordPinDto.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Models/UserDtos/ForgotPasswordPinDto.cs b/Jellyfin.Api/Models/UserDtos/ForgotPasswordPinDto.cs index 79b8a5d63..91b5520ee 100644 --- a/Jellyfin.Api/Models/UserDtos/ForgotPasswordPinDto.cs +++ b/Jellyfin.Api/Models/UserDtos/ForgotPasswordPinDto.cs @@ -11,5 +11,5 @@ public class ForgotPasswordPinDto /// Gets or sets the entered pin to have the password reset. /// </summary> [Required] - required public string Pin { get; set; } + public required string Pin { get; set; } } |
