Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
live user info fix
  • Loading branch information
fayland committed Dec 4, 2011
1 parent b3adda6 commit 058e989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Plack/Middleware/OAuth/UserInfo/Live.pm
Expand Up @@ -16,7 +16,7 @@ sub query {
my $body = $response->decoded_content;
return unless $body;
my $obj = decode_json( $body ) || {};
return $obj->{user};
return $obj;
}

1;

0 comments on commit 058e989

Please sign in to comment.