fixed vkontakte validateAuthData (#4977)
* fixed vkontakte validateAuthData * updated changelog
This commit is contained in:
committed by
Florent Vilmart
parent
f771160147
commit
41acaa0570
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user