[Google OAuth] (Fix) wrong auth callback

This commit is contained in:
2023-08-15 21:36:56 +07:00
parent 23add6e7d3
commit 123679db06
+1 -1
View File
@@ -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