79685186

Date: 2025-06-30 19:02:15
Score: 1.5
Natty:
Report link

I finally found the solution. just remove the crazy translate function `__('messages.invalid-password')` and it will work fine. Also, you may need to remove send() function.

return response()->json(['error' => 'Invalid Password'], 401);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: mex19903