remove purpose field
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user