HOME


Mini Shell 1.0
DIR: /proc/thread-self/root/opt/cpanel/ea-nodejs16/lib/node_modules/npm/lib/auth/
Upload File :
Current File : //proc/thread-self/root/opt/cpanel/ea-nodejs16/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