Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmaed/53574dd0e07513a10dfd91268a9e1db7 to your computer and use it in GitHub Desktop.
Save kmaed/53574dd0e07513a10dfd91268a9e1db7 to your computer and use it in GitHub Desktop.
Claws Mail: Use loopback IP address for Google OAuth 2.0
diff --git a/src/oauth2.c b/src/oauth2.c
index e760ecc..7a96942 100644
--- a/src/oauth2.c
+++ b/src/oauth2.c
@@ -47,7 +47,7 @@ static gchar *OAUTH2info[4][17]={
{"accounts.google.com",
"",
".",
- "urn:ietf:wg:oauth:2.0:oob",
+ "http://localhost",
"/o/oauth2/auth",
"/o/oauth2/token",
"/o/oauth2/token",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment