Skip to content

Commit 8123388

Browse files
authored
Merge pull request #732 from codeigniter4/datamweb-patch-1
docs: fix typo in `Passwords::getMaxLengthRule()`
2 parents 1225c80 + 6d25b29 commit 8123388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/addons/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class LoginController extends BaseController
219219
],
220220
'password' => [
221221
'label' => 'Auth.password',
222-
'rules' => 'required|' . Passwords::getMaxLenghtRule(),
222+
'rules' => 'required|' . Passwords::getMaxLengthRule(),
223223
'errors' => [
224224
'max_byte' => 'Auth.errorPasswordTooLongBytes',
225225
],

0 commit comments

Comments
 (0)