Skip to content
Snippets Groups Projects
Commit 01d86d33 authored by Robert Schilling's avatar Robert Schilling
Browse files

Merge pull request #8801 from Senorsen/patch-1

Fix wrong word in document of google oauth
parents d785b20c ebd00cc7
No related branches found
No related tags found
No related merge requests found
Loading
@@ -45,9 +45,9 @@ To enable the Google OAuth2 OmniAuth provider you must register your application
Loading
@@ -45,9 +45,9 @@ To enable the Google OAuth2 OmniAuth provider you must register your application
args: { access_type: 'offline', approval_prompt: '' } } 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. 1. Save the configuration file.
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment