Code cleanup
All checks were successful
Check usage of free licenses / check-licenses (pull_request) Successful in 1m43s
Add copyright notice / copyright_notice (pull_request) Successful in 2m37s
Run unit tests / unit_tests (pull_request) Successful in 5m40s

This commit is contained in:
Manuel Bustillo 2024-11-30 14:25:01 +01:00
parent b8e6df732c
commit f5038f5b96

View File

@ -1,8 +1,4 @@
class Users::SessionsController < Devise::SessionsController
clear_respond_to
respond_to :json
# skip_before_action :authenticate_user!, only: %i[create]
# skip_before_action :verify_authenticity_token, if: :development_swagger?
end