Add FIXME in HasConfiguredPassword public user DTO method

This commit is contained in:
Davide Polonio 2020-03-05 08:01:47 +01:00
parent cd471ed4df
commit 5099f6e4a2

View file

@ -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>