[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-27-gc9dfecbac
wwp at claws-mail.org
wwp at claws-mail.org
Fri May 20 22:45:42 CEST 2022
The branch, gtk2 has been updated
via c9dfecbac45f35e7db7a4bb36ab5c7c7b3d3091a (commit)
from 0eef11f9279815558a6049afa7bd49b70f97fbb0 (commit)
Summary of changes:
src/oauth2.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit c9dfecbac45f35e7db7a4bb36ab5c7c7b3d3091a
Author: Michael Rasmussen <mir at datanom.net>
Date: Fri May 20 21:49:47 2022 +0200
fix for obtaining access code from request for Microsoft OAuth2 functionality
Signed-off-by: Michael Rasmussen <mir at datanom.net>
diff --git a/src/oauth2.c b/src/oauth2.c
index 5cde88ff0..293e88c1d 100644
--- a/src/oauth2.c
+++ b/src/oauth2.c
@@ -117,8 +117,8 @@ static gchar *OAUTH2info[4][17]={
static gchar *OAUTH2CodeMarker[5][2] = {
{"",""},
{"code=","&scope="},
- {"code="," HTTP"},
- {"code="," HTTP"},
+ {"code=","&session_state="},
+ {"code=","&session_state="},
{"yahoo_begin_mark","yahoo_end_mark"} /* Not used since token avalable to user to copy in browser window */
};
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list