const { password, ...userWithoutPassword } = user; return userWithoutPassword
delete user.password; return user
© 2026 Hedgehog Software, LLC