Skip to content
Snippets Groups Projects
Commit 9f497068 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

commented aup flag in create account

parent 18315b11
No related branches found
No related tags found
No related merge requests found
Pipeline #5904 failed with stage
...@@ -19,7 +19,7 @@ function request_account() { ...@@ -19,7 +19,7 @@ function request_account() {
email: document.getElementById("email").value, email: document.getElementById("email").value,
reason: document.getElementById("reason").value, reason: document.getElementById("reason").value,
username: document.getElementById("username").value, username: document.getElementById("username").value,
aup: document.getElementById("agree").checked // aup: document.getElementById("agree").checked
}) })
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment