mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Remove the hashed password from startup users response (#13904)
This commit is contained in:
parent
5020c09640
commit
afdde7b243
2 changed files with 2 additions and 5 deletions
|
|
@ -114,8 +114,7 @@ public class StartupController : BaseJellyfinApiController
|
|||
var user = _userManager.Users.First();
|
||||
return new StartupUserDto
|
||||
{
|
||||
Name = user.Username,
|
||||
Password = user.Password
|
||||
Name = user.Username
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue