Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
alt
/
alt-nodejs10
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
auth
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/alt-nodejs10/root/usr/lib/node_modules/npm/lib/auth/oauth.js
var ssoAuth = require('./sso') var npm = require('../npm') module.exports.login = function login () { npm.config.set('sso-type', 'oauth') ssoAuth.login.apply(this, arguments) }