Commit 934716b666835ef510eaeaa8fb31012b67ea9a33

Authored by 839
1 parent 777e8348
Exists in master

[ci skip] Fix callback url of github and google

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
README.md
... ... @@ -116,7 +116,7 @@ If you host Errbit at errbit.example.com, you would fill in:
116 116 <dt>URL
117 117 <dd>http://errbit.example.com
118 118 <dt>Callback URL
119   -<dd>http://errbit.example.com/users/auth/github
  119 +<dd>http://errbit.example.com/users/auth/github/callback
120 120 </dl>
121 121  
122 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 159 <dt>URL
160 160 <dd>http://errbit.example.com
161 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 163 </dl>
164 164  
165 165 * After you have registered your app, set GOOGLE_CLIENT_ID and GOOGLE_SECRET
... ...