const encodePassword=a=>btoa(a),parseFormData=a=>{let e={};return a.forEach(a=>{e[a.name]=a.value}),e};