Browse Source

Add FIXME in HasConfiguredPassword public user DTO method

Davide Polonio 5 years ago
parent
commit
5099f6e4a2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MediaBrowser.Model/Dto/PublicUserDto.cs

+ 1 - 0
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.
         /// Gets or sets a value indicating whether this instance has configured password.
         /// </summary>
         /// </summary>
         /// <value><c>true</c> if this instance has configured password; otherwise, <c>false</c>.</value>
         /// <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; }
         public bool HasConfiguredPassword { get; set; }
 
 
         /// <summary>
         /// <summary>