0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

fix: Authentication Plugins / plugin[method] is not a function

This commit is contained in:
Johannes Pfeiffer 2018-07-27 11:15:16 +02:00
parent ca76fdf55f
commit 0a3870e00f
No known key found for this signature in database
GPG key ID: 0BE10CA4C3B294D7

View file

@ -98,7 +98,7 @@ class Auth implements IAuth {
if (_.isFunction(plugin[method]) === false) {
method = 'add_user';
}
if (_.isFunction[method] === false) {
if (_.isFunction(plugin[method]) === false) {
next();
} else {
// p.add_user() execution