We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7a9ed commit 3b7b418Copy full SHA for 3b7b418
app/controllers/sessions_controller.rb
@@ -11,7 +11,7 @@ class SessionsController < ApplicationController
11
12
skip_after_action :verify_authorized
13
skip_before_action :verify_authenticity_token, only: :create_through_lti
14
- after_action :set_sentry_context
+ after_action :set_sentry_context, only: %i[create_through_lti create]
15
16
def new
17
redirect_to(:root, alert: t('shared.already_signed_in')) if current_user
0 commit comments