tweak formatting
This commit is contained in:
parent
ace38c133f
commit
ba2f2abe83
|
@ -97,7 +97,7 @@
|
|||
'provider' => 'users',
|
||||
'table' => 'password_resets',
|
||||
'expire' => 60,
|
||||
'timeout' => 60,
|
||||
'throttle' => 60,
|
||||
],
|
||||
],
|
||||
|
||||
|
|
|
@ -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.',
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue