Remove unused customDomain check in setup flow

This commit is contained in:
Johannes Zellner
2017-01-03 14:58:41 +01:00
parent ef1408fddb
commit dbb79fc9e6

View File

@@ -300,14 +300,6 @@ app.controller('SetupController', ['$scope', '$location', 'Client', 'Wizard', fu
return;
}
if (search.customDomain === 'true') {
Wizard.dnsConfig = {
provider: 'route53',
accessKeyId: null,
secretAccessKey: null
};
}
Wizard.setupToken = search.setupToken;
}