fix 3
This commit is contained in:
@@ -711,7 +711,8 @@ module.exports.generate_reset_user_password_link = [
|
||||
html: emailHTMLTemplate
|
||||
})
|
||||
} else {
|
||||
const resetLink = `asan-service.com/auth/resetpass-newpass/${resetPassKey}`
|
||||
// const resetLink = `asan-service.com/auth/resetpass-newpass/${resetPassKey}`
|
||||
const resetLink = `${resetPassKey}`
|
||||
console.log(resetLink)
|
||||
await sms.auth.passwordReset(user.mobile_number, resetLink, new Date())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user