mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 02:41:37 +02:00
Merge remote-tracking branch 'origin/main' into staging
This commit is contained in:
commit
bc8435dc5b
4 changed files with 18 additions and 6 deletions
|
@ -140,6 +140,7 @@
|
|||
(::rpc/profile-id params)
|
||||
uuid/zero)
|
||||
|
||||
session-id (rreq/get-header request "x-external-session-id")
|
||||
props (-> (or (::replace-props resultm)
|
||||
(-> params
|
||||
(merge (::props resultm))
|
||||
|
@ -150,6 +151,7 @@
|
|||
|
||||
token-id (::actoken/id request)
|
||||
context (-> (::context resultm)
|
||||
(assoc :external-session-id session-id)
|
||||
(assoc :access-token-id (some-> token-id str))
|
||||
(d/without-nils))]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue