UNPKG

@tycoonsystems/tycoon-modules

Version:
1 lines 209 B
import apiReq from"@tycoonsystems/tycoon-modules/utility/api/apiReq";const submitNewPassword=async(s,e,o,t)=>{return await apiReq("/p/resetpassword",{newPassword:s,token:e,email:o})};export{submitNewPassword};