We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7a657 commit f64aa60Copy full SHA for f64aa60
dotcom-rendering/src/components/GoogleOneTap.importable.tsx
@@ -180,6 +180,7 @@ export const initializeFedCM = async ({
180
}
181
};
182
183
+// TODO: GoogleOneTap is currently only used on the front page, but we do probably want to use it on other pages in the future.
184
export const GoogleOneTap = () => {
185
// We don't care what consent we get, we just want to make sure Google One Tap is not shown above the consent banner.
186
// TODO: FedCM doesn't require cookies? Do we need to check consent?
0 commit comments