Skip to content

Commit

Permalink
Update lib/profile.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
ruyadorno and ljharb committed Dec 17, 2020
1 parent 9426761 commit 4c3a53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/profile.js
Expand Up @@ -166,7 +166,7 @@ async function set (args) {

if (newpassword !== confirmedpassword) {
log.warn('profile', 'Passwords do not match, please try again.')
return await readPasswords()
return readPasswords()
}

return newpassword
Expand Down

0 comments on commit 4c3a53e

Please sign in to comment.