diff --git a/app/controllers/ecloud_controller.rb b/app/controllers/ecloud_controller.rb index 31664376..bd0170f9 100644 --- a/app/controllers/ecloud_controller.rb +++ b/app/controllers/ecloud_controller.rb @@ -9,7 +9,7 @@ class EcloudController < ApplicationController before_filter :require_login, only: [:authorize] - skip_before_filter :verify_authenticity_token, only: [:ps_new, :ps_edit] + skip_before_filter :verify_authenticity_token, only: [:ps_new, :ps_edit, :ecloud_login_callback] def index