mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
s/self/this/ in error message
This commit is contained in:
parent
ecc5e9bfaf
commit
b84bb568cd
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ function Auth(config) {
|
|||
|
||||
adduser: function(user, password, cb) {
|
||||
if (config.users && config.users[user])
|
||||
return cb( Error[403]('self user already exists') )
|
||||
return cb( Error[403]('this user already exists') )
|
||||
|
||||
return cb()
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue