make input fields shorter

This commit is contained in:
Johannes Zellner
2017-01-05 16:35:38 +01:00
parent 564d3d563c
commit bbba16cc9a
2 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ app.controller('SetupDNSController', ['$scope', '$http', 'Client', function ($sc
setTimeout(function () {
// TODO wait until domain is propagated and cert got acquired
window.location.href = 'https://my.' + $scope.dnsCredentials.domain + '/setup.html';
}, 5000);
}, 10000);
});
};