📝 docs: Correct Google OAuth Callback URL Example (#2311)

This commit is contained in:
Paul
2024-04-04 13:36:06 -04:00
committed by GitHub
parent d0d8e47ec8
commit daa5f43ac6

View File

@@ -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