diff options
author | ElzorFox <elzorfox@ya.ru> | 2021-10-05 11:41:15 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2021-10-05 11:41:15 +0500 |
commit | 9f6df6557ccf55656c9b2504e12372664da1c66f (patch) | |
tree | 0d1468d58f9bf94261f660eb55f01e631f0c56eb /protocols/VKontakte/src/vk_proto.h | |
parent | 685d7ca062ead553f5db6c9e1774b76ef123efbb (diff) |
VKontakte: fix 2FA
Diffstat (limited to 'protocols/VKontakte/src/vk_proto.h')
-rw-r--r-- | protocols/VKontakte/src/vk_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_proto.h b/protocols/VKontakte/src/vk_proto.h index e87bc49374..5b1b3920d8 100644 --- a/protocols/VKontakte/src/vk_proto.h +++ b/protocols/VKontakte/src/vk_proto.h @@ -344,7 +344,7 @@ private: bool AutoFillForm(char*, CMStringA&, CMStringA&);
CMStringW RunConfirmationCode(LPCWSTR pwszTitle);
CMStringW RunRenameNick(LPCWSTR pwszOldName);
- void GrabCookies(NETLIBHTTPREQUEST *nhr);
+ void GrabCookies(NETLIBHTTPREQUEST *nhr, CMStringA szDefDomain = "");
void ApplyCookies(AsyncHttpRequest*);
bool IsAuthContactLater(MCONTACT hContact);
bool AddAuthContactLater(MCONTACT hContact);
|