diff --git a/app/controllers/ds_common_controller.rb b/app/controllers/ds_common_controller.rb index 26e4e7b..26d187f 100644 --- a/app/controllers/ds_common_controller.rb +++ b/app/controllers/ds_common_controller.rb @@ -28,8 +28,8 @@ def ds_return end def ds_must_authenticate - if Rails.configuration.quickstart == "true" - redirect_to('auth/docusign') + if Rails.configuration.quickstart == true + redirect_to('/auth/docusign') end @title = 'Authenticate with DocuSign' @show_doc = Rails.application.config.documentation