diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-15 19:00:53 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-15 19:00:53 -0800 |
commit | 26d594f2ddf4b30ad4c4ab9a2caa712f1d5052a9 (patch) | |
tree | 3c33639ad05a6f3d383b823706257108903d77c7 /doc/integration | |
parent | ee804e2d94018f633c6e400b443ef514b5d7a10f (diff) | |
parent | 01d86d33a18189e8b3e24f1c2e35f3a4622db0d6 (diff) | |
download | gitlab-ce-26d594f2ddf4b30ad4c4ab9a2caa712f1d5052a9.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/google.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration/google.md b/doc/integration/google.md index 76beac16c49..168077c2770 100644 --- a/doc/integration/google.md +++ b/doc/integration/google.md @@ -68,9 +68,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. |