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 0f33248 commit 96a20ffCopy full SHA for 96a20ff
git/gitauth.js
@@ -17,7 +17,7 @@ window.onload = async () => {
17
linkData = decodeLink(window.location.href);
18
19
// clear URL
20
- window.history.replaceState(window.location.origin, 'Codeit', window.location.origin + '/full');
+ window.history.pushState(window.location.origin, 'Codeit', window.location.origin + '/full');
21
22
23
// if treeLoc is in local storage
0 commit comments