Skip to content

Commit 34efe2c

Browse files
authored
Update gitauth.js
1 parent 19885b1 commit 34efe2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git/gitauth.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ window.onload = async () => {
2020
const url = new URL(window.location.href);
2121
const urlQuery = url.searchParams.get('q');
2222

23+
window.history.pushState(window.location.origin, 'Codeit', window.location.origin + '/full');
24+
2325
if (urlQuery) {
2426

2527
toggleSidebar(false);

0 commit comments

Comments
 (0)