We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891b83a commit 746d92fCopy full SHA for 746d92f
1 file changed
solid/js/customscheme.js
@@ -1,4 +1,2 @@
1
-console.log(document.location.href);
2
let newUrl = document.location.href.replace("customscheme", "authorize");
3
-newUrl += "&customscheme=1";
4
document.location.href = newUrl;
0 commit comments