oneTap with localhost
I am getting error when testing with localhost
```
- I added
http://localhost:3000to Authorized JavaScript origins in google Credentials - set Referrer-Policy header in
next.config.ts
Errors in console
```
[GSI_LOGGER]: Your client application uses one of the Google One Tap prompt UI status methods that may stop functioning when FedCM becomes mandatory. Refer to the migration guide to update your code accordingly and opt-in to FedCM to test your changes. Learn more: https://developers.google.com/identity/gsi/web/guides/fedcm-migration?s=dc#display_moment and https://developers.google.com/identity/gsi/web/guides/fedcm-migration?s=dc#skipped_moment
```
