auth.php 242 B

123456789
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'failed' => 'These credentials do not match our records.',
  5. 'password' => 'The password is incorrect.',
  6. 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
  7. ];