React OAuth2 | Google - New Migration
Gamechanger-coder opened this issue · 1 comments
Gamechanger-coder commented
Hello, i had a problem with google authentication.. The Migration is old. I solve the problem. :)
My Code:
import { GoogleLogin } from '@react-oauth/google';
import { GoogleOAuthProvider } from '@react-oauth/google';
Mre55 commented
Hello, i had a problem with google authentication.. The Migration is old. I solve the problem. :)
My Code:
import { GoogleLogin } from '@react-oauth/google'; import { GoogleOAuthProvider } from '@react-oauth/google';
( } variant="contained"> Google Sign In )} onSuccess={googleSuccess} onFailure={googleFailure} cookiePolicy="single_host_origin" /> ;
I tried that but not working for me.