From e9b18085a2c399289a08efde821108c6bc1a9c19 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 24 Apr 2014 09:41:03 +1000 Subject: [PATCH] Remove left overs --- lib/single_sign_on.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/single_sign_on.rb b/lib/single_sign_on.rb index ae89265f9e..4e2e83312e 100644 --- a/lib/single_sign_on.rb +++ b/lib/single_sign_on.rb @@ -1,7 +1,6 @@ class SingleSignOn ACCESSORS = [:nonce, :name, :username, :email, - :about_me, :external_email, :external_username, - :external_name, :external_id] + :about_me, :external_id] FIXNUMS = [] NONCE_EXPIRY_TIME = 10.minutes