Skip to content

Commit

Permalink
added debugging for modCoops
Browse files Browse the repository at this point in the history
  • Loading branch information
jvJUCA committed Jun 18, 2024
1 parent 3c1af1e commit dbe1a05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/organisms/ModeratedCoopsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ export default {
this.cooperatorsEdit.splice(index, 1)
},
async sendInvitationMail(guest) {
console.log(guest);
let domain = window.location.href
domain = domain.replace(window.location.pathname, '')
let email = {
Expand Down

0 comments on commit dbe1a05

Please sign in to comment.