diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-05-28 16:09:12 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-05-28 16:09:12 +0300 |
| commit | 3ddd3cd6ae9875ace960d3d959c4ed2a22f71bff (patch) | |
| tree | 73c88cebac3f297ad60a5efe7be5759e3055b498 /protocols/Teams/src/teams_endpoint.cpp | |
| parent | e03a74ebbe45017423275277ceac380fdfc44919 (diff) | |
Teams: fix for receiving cookies for /mt/api
Diffstat (limited to 'protocols/Teams/src/teams_endpoint.cpp')
| -rw-r--r-- | protocols/Teams/src/teams_endpoint.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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(); -} |
