From ebd00cc7f0da544f03e04464031085b66306a43f Mon Sep 17 00:00:00 2001 From: Zhang Sen <sen@senorsen.com> Date: Sun, 15 Feb 2015 18:24:00 +0800 Subject: [PATCH] Fix wrong word in document of google oauth --- doc/integration/google.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/integration/google.md b/doc/integration/google.md index 7a78aff8ea4..51d740489da 100644 --- a/doc/integration/google.md +++ b/doc/integration/google.md @@ -45,9 +45,9 @@ To enable the Google OAuth2 OmniAuth provider you must register your application args: { access_type: 'offline', approval_prompt: '' } } ``` -1. Change 'YOUR APP ID' to the client ID from the GitHub application page from step 7. +1. Change 'YOUR APP ID' to the client ID from the Google Developer page from step 10. -1. Change 'YOUR APP SECRET' to the client secret from the GitHub application page from step 7. +1. Change 'YOUR APP SECRET' to the client secret from the Google Developer page from step 10. 1. Save the configuration file. -- GitLab