
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

Same happens when we go to Sign Up page

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.
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

Same happens when we go to Sign Up page

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.