From ba2f2abe830f5d03c52fd9c88411859cf863abd6 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 21 Oct 2019 13:42:31 -0500 Subject: [PATCH] tweak formatting --- config/auth.php | 2 +- resources/lang/en/passwords.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/auth.php b/config/auth.php index f7dab7bb..aaf982bc 100644 --- a/config/auth.php +++ b/config/auth.php @@ -97,7 +97,7 @@ return [ 'provider' => 'users', 'table' => 'password_resets', 'expire' => 60, - 'timeout' => 60, + 'throttle' => 60, ], ], diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php index 68c6658d..2fc7abad 100644 --- a/resources/lang/en/passwords.php +++ b/resources/lang/en/passwords.php @@ -17,6 +17,6 @@ return [ '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.', ];