Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hf2186 committed Sep 12, 2018
1 parent 0f02340 commit 5f1a8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spree_social/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def self.init_provider(provider)
secret = auth_method.api_secret
Rails.logger.info("[Spree Social] Loading #{auth_method.provider.capitalize} as authentication source")
end
setup_key_for(provider.to_sym, key, secret, scope)
setup_key_for(provider.to_sym, key, secret)
end

def self.setup_key_for(provider, key, secret)
Expand Down

0 comments on commit 5f1a8ab

Please sign in to comment.