feat(google): add toast to display error message from google

This commit is contained in:
Amruth Pillai
2022-07-13 11:05:27 +02:00
parent 1c3beee6cd
commit 25cf594eb9
2 changed files with 11 additions and 3 deletions

View File

@ -54,7 +54,7 @@ const App: React.FC<AppProps> = ({ Component, pageProps }) => {
</LocalizationProvider>
</ReduxProvider>
<Script src="https://accounts.google.com/gsi/client" />
<Script src="https://accounts.google.com/gsi/client" async defer />
</>
);
};