mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fixed issue with shared token for logged users
This commit is contained in:
parent
489dc521e3
commit
1b5efa6ba2
4 changed files with 7 additions and 7 deletions
|
@ -257,7 +257,7 @@
|
|||
nil)
|
||||
|
||||
(when-not anonymous?
|
||||
[:& share-link {:token (:share-token data)
|
||||
[:& share-link {:token (:token data)
|
||||
:page (:page data)}])
|
||||
|
||||
(when-not anonymous?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue