Skip to content

Commit

Permalink
tweak formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 21, 2019
1 parent ace38c1 commit ba2f2ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/auth.php
Expand Up @@ -97,7 +97,7 @@
'provider' => 'users',
'table' => 'password_resets',
'expire' => 60,
'timeout' => 60,
'throttle' => 60,
],
],

Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/passwords.php
Expand Up @@ -17,6 +17,6 @@
'sent' => 'We have e-mailed your password reset link!',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that e-mail address.",
'timeout' => 'Please wait before retrying.',
'throttle' => 'Please wait before retrying.',

];

0 comments on commit ba2f2ab

Please sign in to comment.