devbaji / vue3-google-login

Add Sign In With Google feature to your Vue 3 application
https://github.com/devbaji/vue3-google-login/
MIT License
208 stars 30 forks source link

When I successfully log in, I will be redirected to the dashboard page and the Google login pop-up in the upper right corner should not pop up again #58

Closed yaowangmx closed 3 months ago

yaowangmx commented 4 months ago

The login page integrates email login and googleOneTap. After logging in with email, I will be redirected to the dashboard page, and then a Google login pop-up window will pop up in the upper right corner of the dashboard page. Is there a way to disable this after successful login。

image

image

devbaji commented 3 months ago

@yaowangmx This have to be done from your end, inside your dashboard page/component you should not render the GoogleLogin component.