You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 whenuseGoogleLogin
is called. I see the prop in the documentation that says I should be able to useprompt: 'none'
but when I passed it into myuseGoogleLogin
call it still seems to require selecting a user account each time that I invoke thelogin
method.Has anyone been able to get
useGoogleLogin
to work in conjunction with theprompt: 'none'
setting?Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: