diff --git a/lib/strategy.js b/lib/strategy.js index 37a6c50..f19cdc5 100644 --- a/lib/strategy.js +++ b/lib/strategy.js @@ -157,9 +157,6 @@ Strategy.prototype.authorizationParams = function(options) { // Google Apps for Work if (options.hostedDomain || options.hd) { - // This parameter is derived from Google's OAuth 1.0 endpoint, and (although - // undocumented) is supported by Google's OAuth 2.0 endpoint was well. - // https://developers.google.com/accounts/docs/OAuth_ref params['hd'] = options.hostedDomain || options.hd; }