mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Remove the hashed password from startup users response (#13904)
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user