Skip to content

Commit 34cba48

Browse files
author
Sachin Maheshwari
committed
typo
1 parent 3fefd23 commit 34cba48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-assets/static-pages/signup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
$("#error").html("");
6161
document.getElementById("signup").action = formAction;
6262
document.getElementById("state").value = qs["state"];
63-
document.getElementById("regSource").value = qs["state"] || null;
63+
document.getElementById("regSource").value = qs["regSource"] || null;
6464
document.getElementById("signup").submit();
6565
}
6666
},

0 commit comments

Comments
 (0)