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

added email to user data json object

parent 0febab24
No related branches found
No related tags found
No related merge requests found
Pipeline #3156 canceled with stage
...@@ -4,6 +4,7 @@ function displayloading() { ...@@ -4,6 +4,7 @@ function displayloading() {
function request_account() { function request_account() {
socket.emit('request account', { socket.emit('request account', {
email: document.getElementById("email").value,
fullname: document.getElementById("fullname").value, fullname: document.getElementById("fullname").value,
reason: document.getElementById("reason").value, reason: document.getElementById("reason").value,
username: document.getElementById("bid").value username: document.getElementById("bid").value
......
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