Fix authorization with BitBucket

This commit is contained in:
Valery Sizov 2016-12-06 18:26:24 +02:00
parent ee8433466e
commit 43b7b0ce23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module OmniAuth
end
uid do
raw['username']
raw_info['username']
end
info do