Skip to content

Commit 1d2ca47

Browse files
dont mess with callback urls
1 parent 336e5e6 commit 1d2ca47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/platforms/github-enterprise-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ steps below to
5252
- **Homepage URL**: `https://coderabbit.ai`
5353
- **Application description**:
5454
`OAuth application for signing into CodeRabbit`
55-
- **Authorization callback URL**: `https://app.coderabbit.ai/login?free-trial`
55+
- **Authorization callback URL**: `https://app.coderabbit.ai/login`
5656
6. Click **Register application**.
5757

5858
![GitHub Create OAuth App](/img/integrations/github-create-oauth-app.png)
@@ -82,7 +82,7 @@ steps below to
8282
- **GitHub App name**: `CodeRabbit`
8383
- **Description**: `GitHub App for CodeRabbit`
8484
- **Homepage URL**: `https://coderabbit.ai`
85-
- **Callback URL**: `https://app.coderabbit.ai/login?free-trial`
85+
- **Callback URL**: `https://app.coderabbit.ai/login`
8686
- **Request user authorization (OAuth) during installation**: `true`
8787
- **Webhook Active**: `true`
8888
- **Webhook URL**: `https://app.coderabbit.ai/githubHandler`

docs/platforms/self-hosted-gitlab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ for creating the application.
8585
Requirements:
8686

8787
1. Scopes: `api read_user email openid`
88-
2. Callback URL: `https://app.coderabbit.ai/login?free-trial`
88+
2. Callback URL: `https://app.coderabbit.ai/login`
8989

9090
#### **Generating Personal Access token**
9191

0 commit comments

Comments
 (0)