Fix missing parenthesis
This commit is contained in:
parent
a313ce0b5f
commit
80d715e424
@ -60,7 +60,7 @@ defmodule Ueberauth.Strategy.Twitter do
|
|||||||
Includes the credentials from the twitter response.
|
Includes the credentials from the twitter response.
|
||||||
"""
|
"""
|
||||||
def credentials(conn) do
|
def credentials(conn) do
|
||||||
{token, _secret} = get_session(conn, :twitter_token
|
{token, _secret} = get_session(conn, :twitter_token)
|
||||||
|
|
||||||
%Credentials{token: token}
|
%Credentials{token: token}
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user