diff --git a/src/js/client.js b/src/js/client.js index 2440839c0..de99eeab7 100644 --- a/src/js/client.js +++ b/src/js/client.js @@ -2801,12 +2801,11 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout }); }; - Client.prototype.registerCloudron = function (email, password, totpToken, signup, purpose, callback) { + Client.prototype.registerCloudron = function (email, password, totpToken, signup, callback) { var data = { email: email, password: password, signup: signup, - purpose: purpose }; if (totpToken) data.totpToken = totpToken; diff --git a/src/views/appstore.html b/src/views/appstore.html index ec372034e..f72192eda 100644 --- a/src/views/appstore.html +++ b/src/views/appstore.html @@ -218,20 +218,6 @@ -
- - -
-