omniauth-td 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/omniauth-td/version.rb +1 -1
- data/lib/omniauth/strategies/td.rb +1 -1
- metadata +1 -1
data/lib/omniauth-td/version.rb
CHANGED
@@ -24,7 +24,7 @@ module OmniAuth
|
|
24
24
|
pass = request['password']
|
25
25
|
begin
|
26
26
|
api = TreasureData::Client.authenticate(mail, pass)
|
27
|
-
cln = TreasureData::Client.new(apikey)
|
27
|
+
cln = TreasureData::Client.new(api.apikey)
|
28
28
|
@identity ||= {
|
29
29
|
:account_id => cln.account.account_id,
|
30
30
|
:apikey => api.apikey,
|