diff --git a/library.js b/library.js index 775ea6c..e739356 100644 --- a/library.js +++ b/library.js @@ -232,7 +232,7 @@ winston.error('[sso-oauth] Could not remove OAuthId data for uid ' + uid + '. Error: ' + err); return callback(err); } - callback(); + callback(null, uid); }); };