auth.php 162 B

123456
  1. <?php
  2. return [
  3. 'failed' => '제출하신 로그인 정보가 정확하지 않습니다.',
  4. 'throttle' => ':seconds초 후에 다시 시도하세요.',
  5. ];