ConnectPlus-Org / ConnectPlus-Frontend

Frontend Repository of ConnectPlus
https://connect-plus-frontend.vercel.app
8 stars 27 forks source link

"Continue with google" not working #41

Open arey-pranay opened 9 months ago

arey-pranay commented 9 months ago

image On clicking the "Continue with Google" button on the initial login screen, a dialog box appears asking to "Enter the Credentials"

Reproducible Steps go to https://connect-plus-frontend.vercel.app/login, click on the google login button.

Expected behaviour: A google OAuth dialog box should appear image

Same happens when we go to Sign Up page image

Possible Fix: The "Continue with Google" is triggering the same function as the email login and email sign up functions, so if we change the function getting triggered by this event, it might fix the issue.

Tech-Shreyansh commented 9 months ago

image On clicking the "Continue with Google" button on the initial login screen, a dialog box appears asking to "Enter the Credentials"

Reproducible Steps go to https://connect-plus-frontend.vercel.app/login, click on the google login button.

Expected behaviour: A google OAuth dialog box should appear image

Same happens when we go to Sign Up page image

Possible Fix: The "Continue with Google" is triggering the same function as the email login and email sign up functions, so if we change the function getting triggered by this event, it might fix the issue.

I am assining you this issue. Please carry on and fix this issue.