Resend email confirmation

Hi, @adel_kasno

We’ve just updated our cloud servers with a fix for you. Please verify whether everything works fine now.

Regards,
Marina

working as expected: thank you. final code:

const baseUrl = `http://api.backendless.com/${appId}/${apiKey}`

await Backendless.Request.post(`${baseUrl}/users/createEmailConfirmationURL/${ phone }`)
return Backendless.Users.resendEmailConfirmation(phone);