devbaji / vue3-google-login

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

Passing `prompt` to `GoogleLogin` did not show as OneTap #27

Closed james10424 closed 1 month ago

james10424 commented 1 year ago

According to the doc, the snippet below will show a OneTap prompt:

<GoogleLogin :callback="callback" prompt/>

But that still shows the regular sign in button.

devbaji commented 1 year ago

@james10424 Can you confirm you didn't see the prompt at all? Once closed manually it will get suppressed image Check here for more info

james10424 commented 1 year ago

You are right, I reset the cool down and it does show up. However, the small sign in button is still present along with the prompt, is this intended? And is there a way to customize the location of the prompt?

devbaji commented 1 month ago

@james10424 Not sure if it is possible to customize the UI inside one tap prompt, see this one