Disabled in-app SMS send

This commit is contained in:
Igor Zhukov 2014-12-14 21:56:51 -08:00
parent 2a6dcc1cd0
commit a9d215c7d1

View File

@ -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) {