Disabled in-app SMS send
This commit is contained in:
parent
2a6dcc1cd0
commit
a9d215c7d1
@ -195,7 +195,7 @@ angular.module('myApp.controllers', ['myApp.i18n'])
|
|||||||
var authKeyStarted = tsNow();
|
var authKeyStarted = tsNow();
|
||||||
MtpApiManager.invokeApi('auth.sendCode', {
|
MtpApiManager.invokeApi('auth.sendCode', {
|
||||||
phone_number: $scope.credentials.phone_full,
|
phone_number: $scope.credentials.phone_full,
|
||||||
sms_type: 5,
|
// sms_type: 5,
|
||||||
api_id: Config.App.id,
|
api_id: Config.App.id,
|
||||||
api_hash: Config.App.hash
|
api_hash: Config.App.hash
|
||||||
}, options).then(function (sentCode) {
|
}, options).then(function (sentCode) {
|
||||||
|
Loading…
Reference in New Issue
Block a user