From 3ddd3cd6ae9875ace960d3d959c4ed2a22f71bff Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 May 2025 16:09:12 +0300 Subject: Teams: fix for receiving cookies for /mt/api --- protocols/Teams/src/teams_endpoint.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'protocols/Teams/src/teams_endpoint.cpp') diff --git a/protocols/Teams/src/teams_endpoint.cpp b/protocols/Teams/src/teams_endpoint.cpp index 18ae90d816..b84494f8bd 100644 --- a/protocols/Teams/src/teams_endpoint.cpp +++ b/protocols/Teams/src/teams_endpoint.cpp @@ -79,9 +79,3 @@ void CTeamsProto::OnEndpointCreated(MHttpResponse *response, AsyncHttpRequest*) LoggedIn(); } - -void CTeamsProto::OnEndpointDeleted(MHttpResponse *, AsyncHttpRequest *) -{ - m_szEndpoint.Empty(); - m_szRegToken.Empty(); -} -- cgit v1.2.3