Example callback URL was incorrect

(referencing /users/auth/github/callback,
 not /users/auth/twitter/callback)
This commit is contained in:
Scott Stamp 2014-12-08 23:04:34 +00:00
parent c7db2661a5
commit 8b6a2829ce
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ To enable the Twitter OmniAuth provider you must register your application with
something else descriptive.
- Description: Create a description.
- Website: The URL to your GitLab installation. 'https://gitlab.example.com'
- Callback URL: 'https://gitlab.example.com/users/auth/github/callback'
- Callback URL: 'https://gitlab.example.com/users/auth/twitter/callback'
- Agree to the "Rules of the Road."
![Twitter App Details](twitter_app_details.png)