Skip to content

Commit 2e5ca2e

Browse files
javiereguiluzxabbuh
authored andcommitted
Add the description for the HTTP status because it's not that common
1 parent e08b57b commit 2e5ca2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/custom_password_authenticator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ the user::
5757
if ($currentHour < 14 || $currentHour > 16) {
5858
throw new AuthenticationException(
5959
'You can only log in between 2 and 4!',
60-
412
60+
412 // HTTP 412 Precondition Failed
6161
);
6262
}
6363

0 commit comments

Comments
 (0)