Browse Source

Disabled in-app SMS send

master
Igor Zhukov 10 years ago
parent
commit
a9d215c7d1
  1. 2
      app/js/controllers.js

2
app/js/controllers.js

@ -195,7 +195,7 @@ angular.module('myApp.controllers', ['myApp.i18n']) @@ -195,7 +195,7 @@ angular.module('myApp.controllers', ['myApp.i18n'])
var authKeyStarted = tsNow();
MtpApiManager.invokeApi('auth.sendCode', {
phone_number: $scope.credentials.phone_full,
sms_type: 5,
// sms_type: 5,
api_id: Config.App.id,
api_hash: Config.App.hash
}, options).then(function (sentCode) {

Loading…
Cancel
Save