Fixes uid setup

This commit is contained in:
Keisuke Kawahara 2018-10-08 11:06:24 +09:00
parent 2b1842f844
commit 0a5ba91810
No known key found for this signature in database
GPG Key ID: DB78BC46BE22CA68
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module OmniAuth
token_url: '/oauth/token'
}
uid { extra.raw_info['id'] }
uid { raw_info['id'] }
info do
{