Skip to content

Commit

Permalink
Adds the email field to the example.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Nov 9, 2013
1 parent 7a312e0 commit cb11752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/app.rb
Expand Up @@ -25,6 +25,7 @@ def ensure_auth
<ul>
<li>name: #{auth.info[:name]}</li>
<li>nickname: #{auth.info[:nickname]}</li>
<li>email: #{auth.info[:email]}</li>
<li>uid: #{auth[:uid]}</li>
</ul>
HTML
Expand Down

0 comments on commit cb11752

Please sign in to comment.