Skip to content

Commit

Permalink
Temporarily removing ability to activate email sending ability.
Browse files Browse the repository at this point in the history
  • Loading branch information
neoncube2 committed Sep 15, 2024
1 parent 1ce10db commit 8150c57
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions js/src/admin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ app.initializers.add('neoncube-private-messages', () => {
},
'start'
)
.registerPermission(
{
icon: 'fas fa-user-lock',
label: app.translator.trans('neoncube-private-messages.admin.permissions.allow_users_to_receive_email_notifications'),
permission: 'neoncube-private-messages.allowUsersToReceiveEmailNotifications',
},
'start'
);
// .registerPermission(
// {
// icon: 'fas fa-user-lock',
// label: app.translator.trans('neoncube-private-messages.admin.permissions.allow_users_to_receive_email_notifications'),
// permission: 'neoncube-private-messages.allowUsersToReceiveEmailNotifications',
// },
// 'start'
// );
});

0 comments on commit 8150c57

Please sign in to comment.