mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-22 23:52:30 +02:00
added missing serverurl parameter in sendMailOTPv1
This commit is contained in:
@@ -13,7 +13,7 @@ async function sendMailOTPv1(request) {
|
||||
if (email) {
|
||||
axios({
|
||||
method: 'POST',
|
||||
url: serverUrl + '/functions/sendmail',
|
||||
url: process.env.SERVER_URL + '/functions/sendmail',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'X-Parse-Application-Id': process.env.APP_ID,
|
||||
|
||||
Reference in New Issue
Block a user