From 123679db06a6ba07ace7d018b1cd15d9a507dcec Mon Sep 17 00:00:00 2001 From: TienNM Date: Tue, 15 Aug 2023 21:36:56 +0700 Subject: [PATCH] [Google OAuth] (Fix) wrong auth callback --- google_oauth_setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google_oauth_setup.mdx b/google_oauth_setup.mdx index e5a299c..b36f3de 100644 --- a/google_oauth_setup.mdx +++ b/google_oauth_setup.mdx @@ -50,7 +50,7 @@ Add a `Authorized JavaScript origins` as: - `http://localhost:3000` for local or replace with `WEB_DOMAIN` if setting up for prod. Add a `Authorized redirect URIs` as: -- `http://localhost:3000/auth/google/callback` for local setup or your `WEB_DOMAIN` if setting up for prod. +- `http://localhost:3000/auth/oauth/callback` for local setup or your `WEB_DOMAIN` if setting up for prod. Click **CREATE** and save the Client ID and Client Secret for use in the next section