sample_rails_tailwind/app/controllers
songtianlun 286ca3419f fix: set unprocessable entity status on login failure
- Change the render method to include a status of
  :unprocessable_entity when the email/password combination
  is invalid.
- This change improves the API response for invalid login
  attempts, allowing clients to better handle errors.
2025-01-06 17:02:17 +08:00
..
concerns init sample-app 2024-12-29 17:12:54 +08:00
application_controller.rb add static pages 2024-12-29 17:22:48 +08:00
sessions_controller.rb fix: set unprocessable entity status on login failure 2025-01-06 17:02:17 +08:00
static_pages_controller.rb finish 2024-12-30 00:09:54 +08:00
users_controller.rb feat: add user deletion functionality 2025-01-05 18:27:13 +08:00