Skip to content

Commit

Permalink
add verification of authenticity token again (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcEgliP committed Apr 12, 2024
1 parent 9bd8aa0 commit 5d9522b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

class ApplicationController < ActionController::Base
skip_before_action :verify_authenticity_token
before_action :authenticate_auth_user!

def authenticate_auth_user!
Expand Down

0 comments on commit 5d9522b

Please sign in to comment.