Your IP : 3.146.206.87


Current Path : /opt/alt/alt-nodejs16/root/lib/node_modules/npm/lib/auth/
Upload File :
Current File : //opt/alt/alt-nodejs16/root/lib/node_modules/npm/lib/auth/saml.js

const sso = require('./sso.js')

const login = (npm, opts) => {
  npm.config.set('sso-type', 'saml')
  return sso(npm, opts)
}

module.exports = login

?>