redirect to update.html when migrating domain

This commit is contained in:
Girish Ramakrishnan
2016-07-05 16:29:27 -05:00
parent 944b3a9da1
commit 9096e16e37

View File

@@ -130,6 +130,8 @@ angular.module('Application').controller('CertsController', ['$scope', '$locatio
$('#dnsCredentialsModal').modal('hide');
dnsCredentialsReset();
if (migrateDomain) window.location.href = '/update.html';
}
$scope.dnsCredentials.busy = false;