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 19885b1 commit 34efe2cCopy full SHA for 34efe2c
git/gitauth.js
@@ -20,6 +20,8 @@ window.onload = async () => {
20
const url = new URL(window.location.href);
21
const urlQuery = url.searchParams.get('q');
22
23
+ window.history.pushState(window.location.origin, 'Codeit', window.location.origin + '/full');
24
+
25
if (urlQuery) {
26
27
toggleSidebar(false);
0 commit comments