mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 23:31:21 -05:00
🎉 Activate invitations validation
This commit is contained in:
parent
910fb55b69
commit
931759f468
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
(defmethod process-token :team-invitation
|
||||
[cfg {:keys [profile-id token]} {:keys [member-id] :as claims}]
|
||||
(us/assert ::team-invitation-claims claims)
|
||||
#_(let [conn (:conn cfg)
|
||||
(let [conn (:conn cfg)
|
||||
team-id (:team-id claims)
|
||||
member-email (:member-email claims)
|
||||
invitation (db/get-by-params conn :team-invitation
|
||||
|
|
Loading…
Add table
Reference in a new issue