diff --git a/docs/content/docs/authentication/twitch.mdx b/docs/content/docs/authentication/twitch.mdx index 0bc45cd5f3..56842897a0 100644 --- a/docs/content/docs/authentication/twitch.mdx +++ b/docs/content/docs/authentication/twitch.mdx @@ -30,7 +30,9 @@ description: Twitch provider setup and usage. ### Sign In with Twitch - To sign in with Twitch, you can use the `signIn.social` function provided by the client. The `signIn` function takes an object with the following properties: + To sign in with Twitch, you can use the `signIn.social` function provided by the client. + The `signIn` function takes an object with the following properties: + - `provider`: The provider to use. It should be set to `twitch`. ```ts title="auth-client.ts" @@ -43,5 +45,9 @@ description: Twitch provider setup and usage. }) } ``` + + + Twitch users who do not have an email address will not be able to sign in. +