comment mistake
This commit is contained in:
parent
8cfdd45de7
commit
0de77d75b2
@ -264,7 +264,7 @@
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
// If this filter is not there, the deleteUserData function will fail when getting the metryId for deletion.
|
// If this filter is not there, the deleteUserData function will fail when getting the oauthId for deletion.
|
||||||
OAuth.whitelistFields = function(params, callback) {
|
OAuth.whitelistFields = function(params, callback) {
|
||||||
params.whitelist.push(constants.name + 'Id');
|
params.whitelist.push(constants.name + 'Id');
|
||||||
callback(null, params);
|
callback(null, params);
|
||||||
|
Loading…
Reference in New Issue
Block a user