commit edc57db9333881a27509244fcf97ebfcd6cc4f8f
parent fd4c5f697ecb3fda07b0d8de7d7cf09b8bd111b6
Author: Michael Rasmussen <mir@datanom.net>
Date: Sat, 23 Jul 2022 13:44:37 +0200
Revert redirect URL to 127.0.0.1
Signed-off-by: Michael Rasmussen <mir@datanom.net>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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",