new(security.gblib): SMS Auth.
This commit is contained in:
parent
c5c3101642
commit
8e64f7af71
1 changed files with 2 additions and 5 deletions
|
@ -70,11 +70,8 @@ export class SMSAuthDialog extends IGBDialog {
|
|||
|
||||
// Sends a confirmation SMS.
|
||||
|
||||
await min.whatsAppDirectLine.sendToDevice(
|
||||
mobile,
|
||||
Messages[locale].please_use_code(code)
|
||||
);
|
||||
await min.conversationalService.sendSms(min, mobile, Messages[locale].please_use_code(code));
|
||||
await min.conversationalService.sendSms(min,
|
||||
mobile, Messages[locale].please_use_code(code));
|
||||
|
||||
return await min.conversationalService.prompt(min, step, Messages[locale].confirm_mobile);
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue