From daa5f43ac6d993f2df2c703590027aa75a4101fc Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 4 Apr 2024 13:36:06 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Correct=20Google=20OAuth?= =?UTF-8?q?=20Callback=20URL=20Example=20(#2311)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/install/configuration/OAuth2-and-OIDC/google.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/configuration/OAuth2-and-OIDC/google.md b/docs/install/configuration/OAuth2-and-OIDC/google.md index 6e2de60f69..a77650ef82 100644 --- a/docs/install/configuration/OAuth2-and-OIDC/google.md +++ b/docs/install/configuration/OAuth2-and-OIDC/google.md @@ -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