Skip to content

Commit 7be3c51

Browse files
committed
feat: add password-hash command
1 parent 9a88e46 commit 7be3c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/generate/password-hash/verify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default class extends Command {
7979
res = await passwordHash.verifyHash( process.cli.arguments.digest, process.cli.arguments.password, { "update": true } );
8080

8181
console.log( "Hash is valid:", res.ok );
82-
console.log( "Update is required:", res.data.updateRequired );
82+
console.log( "Update is required:", res.data.requireUpdate );
8383

8484
if ( res.data.phc ) {
8585
console.log( "Updated hash:", res.data.phc );

0 commit comments

Comments
 (0)