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 ed9772f commit 7a7ef6aCopy full SHA for 7a7ef6a
app/controllers/auth_controller.rb
@@ -17,7 +17,6 @@ def callback
17
flash[:notice] = "Hello and welcome to the National Centre for Computing Education"
18
redirect_to course_booking_uri ? "#{course_booking_uri}?firstLogin=true" : dashboard_path(firstLogin: true)
19
end
20
-
21
rescue => e
22
Sentry.with_scope do |scope|
23
scope.set_context("CustomClaim", {
0 commit comments