add auth line

This commit is contained in:
Taylor Otwell 2020-11-09 14:36:40 -06:00
parent d9e85605cb
commit b54ef297b3
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
*/ */
'failed' => 'These credentials do not match our records.', '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.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
]; ];