google oauth provider obtain link was pointing to github
This commit is contained in:
Marvel Renju 2020-08-26 03:15:39 +01:00
parent 843279bacb
commit 67eb4b317a
1 changed files with 1 additions and 1 deletions

View File

@ -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)