Commit da07aa7bd0dbb98f7c343ade0d6fd628fb7d5e10

Authored by Stephen Crosby
2 parents 777e8348 934716b6
Exists in master

Merge pull request #1080 from 8398a7/patch-1

[docs] Fix callback url of github and google
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -116,7 +116,7 @@ If you host Errbit at errbit.example.com, you would fill in: @@ -116,7 +116,7 @@ If you host Errbit at errbit.example.com, you would fill in:
116 <dt>URL 116 <dt>URL
117 <dd>http://errbit.example.com 117 <dd>http://errbit.example.com
118 <dt>Callback URL 118 <dt>Callback URL
119 -<dd>http://errbit.example.com/users/auth/github 119 +<dd>http://errbit.example.com/users/auth/github/callback
120 </dl> 120 </dl>
121 121
122 * After you have registered your app, set GITHUB_CLIENT_ID and GITHUB_SECRET 122 * After you have registered your app, set GITHUB_CLIENT_ID and GITHUB_SECRET
@@ -159,7 +159,7 @@ If you host Errbit at errbit.example.com, you would fill in: @@ -159,7 +159,7 @@ If you host Errbit at errbit.example.com, you would fill in:
159 <dt>URL 159 <dt>URL
160 <dd>http://errbit.example.com 160 <dd>http://errbit.example.com
161 <dt>Callback URL 161 <dt>Callback URL
162 -<dd>http://errbit.example.com/users/auth/github 162 +<dd>http://errbit.example.com/users/auth/google_oauth2/callback
163 </dl> 163 </dl>
164 164
165 * After you have registered your app, set GOOGLE_CLIENT_ID and GOOGLE_SECRET 165 * After you have registered your app, set GOOGLE_CLIENT_ID and GOOGLE_SECRET