Skip to content

Commit

Permalink
fix: delete cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 15, 2021
1 parent c94f4fd commit 437a21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const CoCreateUser = {
let redirectLink = redirectTag.getAttribute('href');
if (redirectLink) {
window.localStorage.clear();
this.deleteCookie();
// this.deleteCookie();
document.location.href = redirectLink
}
}
Expand Down

0 comments on commit 437a21c

Please sign in to comment.