Skip to content

Commit

Permalink
[5.3] MACT-102: Fix issue where account is not getting disabled/enabl…
Browse files Browse the repository at this point in the history
…ed (#200)
  • Loading branch information
pcandia authored Oct 7, 2024
1 parent 75e6a2c commit dbd543b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2250,7 +2250,7 @@ define(function(require) {
},

formatAccountData: function(data) {
return _.omit(data, ['billing_mode', 'enabled', 'superduper_admin', 'wnm_allow_additions', 'created', 'is_reseller', 'reseller_id']);
return _.omit(data, ['billing_mode', 'superduper_admin', 'wnm_allow_additions', 'created', 'is_reseller', 'reseller_id']);
},

autoGeneratePassword: function() {
Expand Down

0 comments on commit dbd543b

Please sign in to comment.