We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd7abe commit 8ba3785Copy full SHA for 8ba3785
src/hooks/custom-hooks/useOAuth.ts
@@ -31,7 +31,7 @@ const useOAuth = (): UseOAuthReturn => {
31
32
const WSLogoutAndRedirect = async () => {
33
await logout();
34
- removeCookies('affiliate_token', 'affiliate_tracking', 'utm_data', 'onfido_token');
+ removeCookies('affiliate_token', 'affiliate_tracking', 'utm_data', 'onfido_token', 'gclid');
35
window.open(oauthUrl, '_self');
36
};
37
const { OAuth2Logout: oAuthLogout } = useOAuth2(oAuthGrowthbookConfig, WSLogoutAndRedirect);
0 commit comments