🐛 Fixed issue with shared token for logged users

This commit is contained in:
alonso.torres 2020-12-07 08:55:54 +01:00 committed by Alonso Torres
parent 489dc521e3
commit 1b5efa6ba2
4 changed files with 7 additions and 7 deletions

View file

@ -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?