-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix id token #342
base: master
Are you sure you want to change the base?
fix id token #342
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
@oobohP @MomenSherif can this get merged in? |
@taylorjdawson can you please merge it? |
@redoncordoor I wish I could but I am not a maintainer so I am unable to merge. You'd need to ping @MomenSherif |
@MomenSherif Can you please review this change and merge it? |
Tested and available ` import { gapi, loadGapiInsideDOM } from 'gapi-script'; const Login = () => { const handleClickGoogle = useMemoizedFn(() => { return ( ); }; export default Login; |
No description provided.