diff --git a/changelog/unreleased/enhancement-add-notifications-setting b/changelog/unreleased/enhancement-add-notifications-setting new file mode 100644 index 00000000000..9facef34ac7 --- /dev/null +++ b/changelog/unreleased/enhancement-add-notifications-setting @@ -0,0 +1,7 @@ +Enhancement: Add notification setting to account page + +We've added notification setting to the account page, +where the user can turn on or off receiving emails for notifications. + +https://github.com/owncloud/web/pull/8911 +https://github.com/owncloud/web/issues/8904 diff --git a/packages/web-runtime/src/pages/account.vue b/packages/web-runtime/src/pages/account.vue index f5eef9c6c42..d7d3c24e702 100644 --- a/packages/web-runtime/src/pages/account.vue +++ b/packages/web-runtime/src/pages/account.vue @@ -1,5 +1,6 @@ @@ -107,38 +123,41 @@