gopi_65986
03/19/2024, 3:35 PMrp_st
03/19/2024, 3:41 PMrp_st
03/19/2024, 3:51 PMrp_st
03/19/2024, 3:51 PMPasswordless.init({
contactMethod: "EMAIL_OR_PHONE",
flowType: "USER_INPUT_CODE_AND_MAGIC_LINK",
smsDelivery: {
override: (oI) => {
return {
...oI,
sendSms: async (input) => {
console.log(input)
}
}
}
}
}),
This will log out the otp on your terminalgopi_65986
03/19/2024, 4:17 PM