diff options
| author | Davide Polonio <poloniodavide@gmail.com> | 2020-03-05 08:01:47 +0100 |
|---|---|---|
| committer | Davide Polonio <poloniodavide@gmail.com> | 2020-03-05 08:01:47 +0100 |
| commit | 5099f6e4a24128e47edbad674f551c5ebe29cb7e (patch) | |
| tree | c94a76aa2ff13b6d4d4073ad6555ffee7e05104d | |
| parent | cd471ed4df9260d9de3cfa1e58abf537aa460727 (diff) | |
Add FIXME in HasConfiguredPassword public user DTO method
| -rw-r--r-- | MediaBrowser.Model/Dto/PublicUserDto.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Dto/PublicUserDto.cs b/MediaBrowser.Model/Dto/PublicUserDto.cs index bf529a2d0..d5fd431eb 100644 --- a/MediaBrowser.Model/Dto/PublicUserDto.cs +++ b/MediaBrowser.Model/Dto/PublicUserDto.cs @@ -31,6 +31,7 @@ namespace MediaBrowser.Model.Dto /// Gets or sets a value indicating whether this instance has configured password. /// </summary> /// <value><c>true</c> if this instance has configured password; otherwise, <c>false</c>.</value> + // FIXME this shouldn't be here, but it's necessary when changing password at the first login public bool HasConfiguredPassword { get; set; } /// <summary> |
