Merge branch '4533-lock-tables-first' refs #4533
[arvados.git] / services / api / app / controllers / user_sessions_controller.rb
index cdcb720c791f8966cc64e95f6eb7b3cea06c0fd2..f6efda167e5cbcdb1a69475bc3baed222905da62 100644 (file)
@@ -140,4 +140,8 @@ class UserSessionsController < ApplicationController
     callback_url += 'api_token=' + api_client_auth.api_token
     redirect_to callback_url
   end
+
+  def cross_origin_forbidden
+    send_error 'Forbidden', status: 403
+  end
 end