Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable notification emails #8911

Merged
merged 20 commits into from
Apr 27, 2023
Prev Previous commit
Next Next commit
Lint
  • Loading branch information
Jan committed Apr 26, 2023

Verified

This commit was signed with the committer’s verified signature.
vmarta Vincent Marta
commit ab4a4f925b8c0125c582799b0d26121e1ea13f22
1 change: 0 additions & 1 deletion packages/web-runtime/src/pages/account.vue
Original file line number Diff line number Diff line change
@@ -320,7 +320,6 @@ export default defineComponent({
title: $gettext('Email notifications preference saved successfully.')
})
} catch (e) {

console.error(e)
store.dispatch('showMessage', {
title: $gettext('Unable to save email notifications preference…'),