diff --git a/www/docs/providers/twitch.md b/www/docs/providers/twitch.md index 1439e470cb..276ef83b45 100644 --- a/www/docs/providers/twitch.md +++ b/www/docs/providers/twitch.md @@ -11,6 +11,8 @@ https://dev.twitch.tv/docs/authentication https://dev.twitch.tv/console/apps +Add the following redirect URL into the console `http:///api/auth/callback/twitch` + ## Example ```js @@ -23,4 +25,4 @@ providers: [ }) ] ... -``` \ No newline at end of file +```