Skip to content

Commit aebb902

Browse files
committed
last
1 parent 04b6d85 commit aebb902

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Frontend/src/Components/User/Signin.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ const Signin = () => {
5656
{
5757
client_id:
5858
"497046002750-ht9ln4orhqfrfeidjt4mh23bfntpt6kn.apps.googleusercontent.com",
59-
redirect_uri: import.meta.env.VITE_REDIRECT_URI,
59+
// redirect_uri: import.meta.env.VITE_REDIRECT_URI,
60+
redirect_uri:
61+
"https://fullstack-8kac.onrender.com/api/v1/users/google/login",
6062
response_type: "code",
6163
scope: "email profile",
6264
access_type: "offline",

0 commit comments

Comments
 (0)