%PDF- %PDF-
| Direktori : /proc/thread-self/root/usr/share/npm/lib/auth/ |
| Current File : //proc/thread-self/root/usr/share/npm/lib/auth/oauth.js |
const sso = require('./sso.js')
const login = (npm, opts) => {
npm.config.set('sso-type', 'oauth')
return sso(npm, opts)
}
module.exports = login