mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
Merge pull request #1950 from penpot/palba-invitations-validation
Palba invitations validation
This commit is contained in:
commit
216dbc8e0d
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