diff --git a/lib/omniauth.rb b/lib/omniauth.rb index 95057ff..5e6bda1 100644 --- a/lib/omniauth.rb +++ b/lib/omniauth.rb @@ -34,7 +34,9 @@ module OmniAuth :default => { 'provider' => 'default', 'uid' => '1234', - 'name' => 'Bob Example' + 'info' => { + 'name' => 'Bob Example' + } } } }