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 4563cad commit 4971747Copy full SHA for 4971747
git/gitauth.js
@@ -14,7 +14,7 @@ window.onload = async () => {
14
linkData = decodeLink(window.location.href);
15
16
// clear URL
17
- window.history.pushState(window.location.origin, 'Codeit', window.location.origin + '/full');
+ window.history.replaceState(window.location.origin, 'Codeit', window.location.origin + '/full');
18
19
20
// if treeLoc is in local storage
0 commit comments