user array 0
This commit is contained in:
@@ -358,7 +358,7 @@ def verify_register():
|
||||
productJS = json.dumps( [dict(ix) for ix in account] )
|
||||
user_array = json.loads(productJS)
|
||||
|
||||
return jsonify(status="VALID", user=user_array, pending_uid=user_uid,country=country)
|
||||
return jsonify(status="VALID", user=user_array[0], pending_uid=user_uid,country=country)
|
||||
|
||||
|
||||
@app.route("/panel/auth/reset", methods=["POST"])
|
||||
|
||||
Reference in New Issue
Block a user