Skip to content

Commit 96a20ff

Browse files
authored
Update gitauth.js
1 parent 0f33248 commit 96a20ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/gitauth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ window.onload = async () => {
1717
linkData = decodeLink(window.location.href);
1818

1919
// clear URL
20-
window.history.replaceState(window.location.origin, 'Codeit', window.location.origin + '/full');
20+
window.history.pushState(window.location.origin, 'Codeit', window.location.origin + '/full');
2121

2222

2323
// if treeLoc is in local storage

0 commit comments

Comments
 (0)