From 56be3a5b13fa71046681fbd5b48744f665f3b6fc Mon Sep 17 00:00:00 2001
From: farhatahmad <ahmad.af.farhat@gmail.com>
Date: Wed, 17 Jul 2019 14:08:30 -0400
Subject: [PATCH] Removed left over testing code

---
 app/controllers/application_controller.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 01482bfd..c5197b97 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -138,7 +138,7 @@ class ApplicationController < ActionController::Base
 
       # Checks to see if the user exists
       begin
-        retrieve_provider_info(@user_domain + 't', 'api2', 'getUserGreenlightCredentials')
+        retrieve_provider_info(@user_domain, 'api2', 'getUserGreenlightCredentials')
       rescue => e
         if e.message.eql? "No user with that id exists"
           render "errors/not_found", locals: { message: I18n.t("errors.not_found.user_not_found.message"),
-- 
GitLab