add auth line

This commit is contained in:
Taylor Otwell 2020-11-09 14:36:40 -06:00
parent d9e85605cb
commit b54ef297b3

View File

@ -14,6 +14,7 @@ return [
*/
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];