Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ity-lab into develop
  • Loading branch information
jvJUCA committed Jun 10, 2024
2 parents 27a52da + 84c58d5 commit bf36f2b
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 483 deletions.
247 changes: 0 additions & 247 deletions src/components/atoms/CardSignIn.vue

This file was deleted.

120 changes: 0 additions & 120 deletions src/components/atoms/CardSignUp.vue

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/organisms/ModeratedCoopsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -630,12 +630,12 @@ export default {
if (guest.accessLevel === 1) {
email = Object.assign(email, {
path: 'testview',
token: guest.token,
token: guest.userDocId,
})
} else {
email = Object.assign(email, {
path: 'managerview',
token: guest.token,
token: guest.userDocId,
})
}
await this.$store.dispatch('sendEmailInvitation', email)
Expand Down
Loading

0 comments on commit bf36f2b

Please sign in to comment.