chore: authController.js

This commit is contained in:
Bobby 2022-07-30 08:02:17 +07:00
parent c23bc90412
commit 548af312a7
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -22,7 +22,7 @@ const self = {
// https://github.com/kelektiv/node.bcrypt.js/tree/v5.0.1#security-issues-and-concerns
max: 64,
// Length of randomized password
// when resetting passwordthrough Dashboard's Manage Users.
// when resetting password through Dashboard's Manage Users.
rand: 16
}
}