Implement Twitter Connect
This commit is contained in:
parent
6ae39244eb
commit
9c424a35e0
4 changed files with 43 additions and 6 deletions
|
|
@ -64,7 +64,10 @@ export default (
|
|||
delete _user.password;
|
||||
delete _user.token;
|
||||
delete _user.username_lower;
|
||||
delete _user.twitter;
|
||||
if (_user.twitter) {
|
||||
delete _user.twitter.accessToken;
|
||||
delete _user.twitter.accessTokenSecret;
|
||||
}
|
||||
|
||||
// Visible via only the official client
|
||||
if (!opts.includeSecrets) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue