mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-08 07:47:21 +00:00
push all website files
This commit is contained in:
7
website/node_modules/npm/lib/auth/oauth.js
generated
vendored
Normal file
7
website/node_modules/npm/lib/auth/oauth.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
var ssoAuth = require('./sso')
|
||||
var npm = require('../npm')
|
||||
|
||||
module.exports.login = function login () {
|
||||
npm.config.set('sso-type', 'oauth')
|
||||
ssoAuth.login.apply(this, arguments)
|
||||
}
|
Reference in New Issue
Block a user