Skip to content

Commit

Permalink
fix(settings): rename auxiliary_account to isAuxiliaryAccountEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Dec 16, 2024
1 parent 14b0c39 commit 9ea27fd
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 9ea27fd

Please sign in to comment.