fixed vkontakte validateAuthData (#4977)

* fixed vkontakte validateAuthData

* updated changelog
This commit is contained in:
eddyLazar
2018-08-17 22:38:07 +03:00
committed by Florent Vilmart
parent f771160147
commit 41acaa0570
3 changed files with 5 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ const responses = {
instagram: { data: { id: 'userId' } },
janrainengage: { stat: 'ok', profile: { identifier: 'userId' }},
janraincapture: { stat: 'ok', result: 'userId' },
vkontakte: { response: { user_id: 'userId'}},
vkontakte: { response: [{ id: 'userId'}]},
google: { sub: 'userId' },
wechat: { errcode: 0 },
weibo: { uid: 'userId' },