[Commits] [SCM] claws branch, master, updated. 4.1.0-44-gedc57db93
miras at claws-mail.org
miras at claws-mail.org
Sat Jul 23 11:44:44 UTC 2022
The branch, master has been updated
via edc57db9333881a27509244fcf97ebfcd6cc4f8f (commit)
from fd4c5f697ecb3fda07b0d8de7d7cf09b8bd111b6 (commit)
Summary of changes:
src/oauth2.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit edc57db9333881a27509244fcf97ebfcd6cc4f8f
Author: Michael Rasmussen <mir at datanom.net>
Date: Sat Jul 23 13:44:37 2022 +0200
Revert redirect URL to 127.0.0.1
Signed-off-by: Michael Rasmussen <mir at datanom.net>
diff --git a/src/oauth2.c b/src/oauth2.c
index 6108984ba..2839702f3 100644
--- a/src/oauth2.c
+++ b/src/oauth2.c
@@ -64,7 +64,7 @@ static gchar *OAUTH2info[4][17]={
{"login.microsoftonline.com",
"",
"",
- "http://localhost:8888",
+ "http://127.0.0.1:8888",
"/common/oauth2/v2.0/authorize",
"/common/oauth2/v2.0/token",
"/common/oauth2/v2.0/token",
@@ -81,7 +81,7 @@ static gchar *OAUTH2info[4][17]={
{"login.microsoftonline.com",
"",
"",
- "http://localhost:8888",
+ "http://127.0.0.1:8888",
"/common/oauth2/v2.0/authorize",
"/common/oauth2/v2.0/token",
"/common/oauth2/v2.0/token",
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list