Skip to content

Commit dcef46c

Browse files
Drop link
1 parent 40431d0 commit dcef46c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/discord-social-sdk/development-guides/account-linking-on-consoles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Console users cannot authenticate via a web browser. Instead, they follow these
5050
The SDK can manage this process automatically or allow manual token handling.
5151

5252
:::info
53-
The OAuth2 flow requires a [user's account to be verified](https://support.discord.com/hc/en-us/articles/6181726888215-How-to-Verify-Your-Discord-Account)
53+
The OAuth2 flow requires a user's account to be verified
5454
:::
5555

5656
![Authorization screen from using OpenAuthorizeDeviceScreen and GetTokenFromDevice](images/social-sdk/development-guides/authorize_device.webp)

docs/discord-social-sdk/development-guides/account-linking-with-discord.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ OAuth2 is the standard authentication flow that allows users to sign in using th
4444
- Refresh Token, used to obtain a new access token
4545

4646
:::info
47-
The OAuth2 flow requires a [user's account to be verified](https://support.discord.com/hc/en-us/articles/6181726888215-How-to-Verify-Your-Discord-Account)
47+
The OAuth2 flow requires a user's account to be verified
4848
:::
4949

5050
### OAuth2 using the Discord Social SDK

0 commit comments

Comments
 (0)