diff --git a/src/backend/src/routers/signup.js b/src/backend/src/routers/signup.js index d99bc68c8..c77a569ea 100644 --- a/src/backend/src/routers/signup.js +++ b/src/backend/src/routers/signup.js @@ -269,10 +269,7 @@ module.exports = eggspress(['/signup'], { insert_res = await db.write( `INSERT INTO user ( - username, email, clean_email, password, uuid, referrer, - email_confirm_code, email_confirm_token, free_storage, - referred_by, audit_metadata, signup_ip, signup_ip_forwarded, - signup_user_agent, signup_origin, signup_server, metadata + username, email, clean_email, password, uuid, referrer, email_confirm_code, email_confirm_token, free_storage, referred_by, audit_metadata, signup_ip, signup_ip_forwarded, signup_user_agent, signup_origin, signup_server, metadata ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`,