prolif löschen
This commit is contained in:
@ -299,6 +299,21 @@ export const wantNewPw = async ({email}:{email: string}) =>
|
||||
}
|
||||
}
|
||||
|
||||
export const deleteProfil = async ({qr_id}:{qr_id: string}) =>
|
||||
{
|
||||
try
|
||||
{
|
||||
const {data} = await Axios.post('deleteProfil.php', {qr_id});
|
||||
console.log('Api deleteProfil');
|
||||
console.log(data);
|
||||
return data;
|
||||
}
|
||||
catch(err)
|
||||
{
|
||||
return {success:0, message:'Password Request Server Error!'};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// export const sleep = (ms: number) =>
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user