diff --git a/app/index.html b/app/index.html index f07e7434..b5943c2e 100644 --- a/app/index.html +++ b/app/index.html @@ -53,7 +53,7 @@ - + diff --git a/app/js/controllers.js b/app/js/controllers.js index 488961f7..d8401533 100644 --- a/app/js/controllers.js +++ b/app/js/controllers.js @@ -80,7 +80,7 @@ angular.module('myApp.controllers', []) $scope.credentials.phone_occupied = sentCode.phone_registered; $scope.error = {}; - $scope.callPending.remaining = 10; + $scope.callPending.remaining = 60; callCheck(); }, function (error) {