mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
feat: Webhooks configuration, all events support, refactoring
This commit is contained in:
@@ -82,7 +82,7 @@ module.exports = {
|
||||
.with({
|
||||
values,
|
||||
record: user,
|
||||
user: currentUser,
|
||||
actorUser: currentUser,
|
||||
request: this.req,
|
||||
})
|
||||
.intercept('emailAlreadyInUse', () => Errors.EMAIL_ALREADY_IN_USE);
|
||||
|
||||
Reference in New Issue
Block a user