Explorar o código

Add FIXME in HasConfiguredPassword public user DTO method

Davide Polonio %!s(int64=5) %!d(string=hai) anos
pai
achega
5099f6e4a2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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.
         /// </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>