/
opt
/
alt
/
alt-nodejs11
/
root
/
lib
/
node_modules
/
npm
/
lib
/
auth
/
Upload Filee
HOME
var ssoAuth = require('./sso') var npm = require('../npm') module.exports.login = function login () { npm.config.set('sso-type', 'saml') ssoAuth.login.apply(this, arguments) }