// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs16
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
auth
[ PARENT ]
EDIT :: oauth.js
const sso = require('./sso.js') const login = (npm, opts) => { npm.config.set('sso-type', 'oauth') return sso(npm, opts) } module.exports = login
SAVE
CANCEL