We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b6d85 commit aebb902Copy full SHA for aebb902
Frontend/src/Components/User/Signin.tsx
@@ -56,7 +56,9 @@ const Signin = () => {
56
{
57
client_id:
58
"497046002750-ht9ln4orhqfrfeidjt4mh23bfntpt6kn.apps.googleusercontent.com",
59
- redirect_uri: import.meta.env.VITE_REDIRECT_URI,
+ // redirect_uri: import.meta.env.VITE_REDIRECT_URI,
60
+ redirect_uri:
61
+ "https://fullstack-8kac.onrender.com/api/v1/users/google/login",
62
response_type: "code",
63
scope: "email profile",
64
access_type: "offline",
0 commit comments