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 c8001a7 commit 843b1ebCopy full SHA for 843b1eb
web-assets/js/setupAuth0WithRedirect.js
@@ -161,6 +161,11 @@ const authSetup = function () {
161
setCookie(tcJWTCookie, "", -1);
162
setCookie(v3JWTCookie, "", -1);
163
setCookie(tcSSOCookie, "", -1);
164
+
165
+ // to clear any old session
166
+ setCookie('auth0Jwt', "", -1);
167
+ setCookie('zendeskJwt', "", -1);
168
+ setCookie('auth0Refresh', "", -1);
169
};
170
171
const isLoggedIn = function () {
0 commit comments