diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 01482bfda611782fcf7d4bdaa7a7fcdbe5bd9d30..c5197b970b4ffcb9bcc315d7782923c1137eeb59 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"),