From 67eb4b317ac5f4e9c0bc74f015d345dc732d3000 Mon Sep 17 00:00:00 2001 From: Marvel Renju Date: Wed, 26 Aug 2020 03:15:39 +0100 Subject: [PATCH] Fix typo google oauth provider obtain link was pointing to github --- cps/oauth_bb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/oauth_bb.py b/cps/oauth_bb.py index 3777d751..0f5b5d4e 100644 --- a/cps/oauth_bb.py +++ b/cps/oauth_bb.py @@ -125,7 +125,7 @@ if ub.oauth_support: scope=["https://www.googleapis.com/auth/plus.me", "https://www.googleapis.com/auth/userinfo.email"], oauth_client_id=oauth_ids[1].oauth_client_id, oauth_client_secret=oauth_ids[1].oauth_client_secret, - obtain_link='https://github.com/settings/developers') + obtain_link='https://console.developers.google.com/apis/credentials') oauthblueprints.append(ele1) oauthblueprints.append(ele2)