diff --git a/app/js/controllers.js b/app/js/controllers.js index f316c9dc..620cc5e1 100644 --- a/app/js/controllers.js +++ b/app/js/controllers.js @@ -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) {