Update oauth.md (#3308)

Markdown syntax on line 9 caused a funky looking link on the website
This commit is contained in:
whitney-coder
2022-07-29 15:18:53 -04:00
committed by GitHub
parent f49328bee5
commit 4b9daf5777

View File

@ -6,7 +6,7 @@ configuration steps.
## Step 1: Configure the OAuth application in GitHub
First, [https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/](register a GitHub OAuth app). GitHub will ask you for the following Coder parameters:
First, (https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/)[register a GitHub OAuth app]. GitHub will ask you for the following Coder parameters:
- **Homepage URL**: Set to your Coder domain (e.g. `https://coder.domain.com`)
- **User Authorization Callback URL**: Set to `https://coder.domain.com/api/v2/users/oauth2/github/callback`