Browse Source

Remove user email from API output

Jordi Boggiano 10 years ago
parent
commit
743e3f228b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Packagist/WebBundle/Entity/User.php

+ 0 - 1
src/Packagist/WebBundle/Entity/User.php

@@ -80,7 +80,6 @@ class User extends BaseUser
     {
         return array(
             'name' => $this->getUsername(),
-            'email' => $this->getEmail(),
         );
     }