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 3fefd23 commit 34cba48Copy full SHA for 34cba48
web-assets/static-pages/signup.html
@@ -60,7 +60,7 @@
60
$("#error").html("");
61
document.getElementById("signup").action = formAction;
62
document.getElementById("state").value = qs["state"];
63
- document.getElementById("regSource").value = qs["state"] || null;
+ document.getElementById("regSource").value = qs["regSource"] || null;
64
document.getElementById("signup").submit();
65
}
66
},
0 commit comments