prompt: 'none' not working for useGoogleLogin
Hi there,
Thanks for starting this library. I'm trying to find a way to use useGoogleLogin where once the user has authenticated once, they do not need to do it again when useGoogleLogin is called. I see the prop in the documentation that says I should be able to use prompt: 'none' but when I passed it into my useGoogleLogin call it still seems to require selecting a user account each time that I invoke the login method.
Has anyone been able to get useGoogleLogin to work in conjunction with the prompt: 'none' setting?
Any help would be greatly appreciated!
const login = useGoogleLogin({
onSuccess: (codeResponse) => {
setAuthCode(codeResponse.code)
},
flow: 'auth-code',
scope: googleLoginScopes,
prompt: 'none',
})
Facing the same issue here
ditto
bump
Same here
Bump :)
+1