mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-03 12:16:27 +01:00
Add missing property
This commit is contained in:
parent
75af0a4e57
commit
824cd87b75
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ namespace Jellyfin.Server.Implementations.Users
|
|||
Id = user.Id,
|
||||
ServerId = _appHost.SystemId,
|
||||
HasPassword = GetAuthenticationProvider(user).HasPassword(user),
|
||||
HasConfiguredEasyPassword = !string.IsNullOrEmpty(user.EasyPassword),
|
||||
EnableAutoLogin = user.EnableAutoLogin,
|
||||
LastLoginDate = user.LastLoginDate,
|
||||
LastActivityDate = user.LastActivityDate,
|
||||
|
|
|
|||
Loading…
Reference in a new issue