Skip to content

Commit

Permalink
Merge pull request #28 from NethServer/fixis_auxiliary_account
Browse files Browse the repository at this point in the history
Rename auxiliary_account to isAuxiliaryAccountEnabled in settings NethServer/dev#7213
  • Loading branch information
stephdl authored Dec 16, 2024
2 parents 14b0c39 + 9ea27fd commit b2d5457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export default {
this.isDavEnabled = config.dav;
this.admin_users = config.admin_users.split(",").join("\n");
this.workers_count = config.workers_count.toString();
this.auxiliary_account = config.auxiliary_account;
this.isAuxiliaryAccountEnabled = config.auxiliary_account;

// force to reload mail_server value after dom update
this.$nextTick(() => {
Expand Down

0 comments on commit b2d5457

Please sign in to comment.