Skip to content

Commit

Permalink
📝 docs: Correct Google OAuth Callback URL Example (danny-avila#2311)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaster authored Apr 4, 2024
1 parent 7869f4f commit 7a6bc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/configuration/OAuth2-and-OIDC/google.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ DOMAIN_SERVER=https://your-domain.com # use http://localhost:3080 if not using a

GOOGLE_CLIENT_ID=your_client_id
GOOGLE_CLIENT_SECRET=your_client_secret
GOOGLE_CALLBACK_URL=/oauth/github/callback
GOOGLE_CALLBACK_URL=/oauth/google/callback
```

- Save the `.env` file
Expand Down

0 comments on commit 7a6bc92

Please sign in to comment.