Changeset - 1c1b6a9eb0ec
[Not reviewed]
0 1 0
Vitaly Takmazov - 7 years ago 2018-01-16 13:50:27
vitalyster@gmail.com
prpl-steam-mobile: changed 2FA request message, fixes #259
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/main.cpp
Show inline comments
 
@@ -1623,7 +1623,7 @@ void * requestInput(const char *title, const char *primary,const char *secondary
 
			np->m_inputRequests[req->mainJID] = req;
 
			return NULL;
 
		}
 
		else if (primaryString == "Set your Steam Guard Code") {
 
		else if (primaryString == "Steam two-factor authentication") {
 
			LOG4CXX_INFO(logger, "prpl-steam-mobile steam guard request");
 
			np->handleMessage(np->m_accounts[account], np->adminLegacyName, std::string("Steam Guard code: "));
 
			inputRequest *req = new inputRequest;
0 comments (0 inline, 0 general)