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 9082dc1 commit d3508d6Copy full SHA for d3508d6
index.html
@@ -0,0 +1,10 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+<script>
5
+console.log(location.search);
6
+const urlParams = new URLSearchParams(window.location.search);
7
+window.location.replace(urlParams.get('state') + location.search);
8
+</script>
9
+</head>
10
+</html>
0 commit comments