Skip to content

Commit 7a7ef6a

Browse files
committed
Standardrb fix
1 parent ed9772f commit 7a7ef6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/controllers/auth_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def callback
1717
flash[:notice] = "Hello and welcome to the National Centre for Computing Education"
1818
redirect_to course_booking_uri ? "#{course_booking_uri}?firstLogin=true" : dashboard_path(firstLogin: true)
1919
end
20-
2120
rescue => e
2221
Sentry.with_scope do |scope|
2322
scope.set_context("CustomClaim", {

0 commit comments

Comments
 (0)