mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 21:31:37 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
a4ef3f770c
39 changed files with 981 additions and 817 deletions
|
@ -35,7 +35,8 @@
|
|||
(s/def ::profile
|
||||
(s/keys :opt-un [::profile-id]))
|
||||
|
||||
(sv/defmethod ::profile {:auth false}
|
||||
(sv/defmethod ::profile
|
||||
{:auth false}
|
||||
[{:keys [pool] :as cfg} {:keys [profile-id] :as params}]
|
||||
;; We need to return the anonymous profile object in two cases, when
|
||||
;; no profile-id is in session, and when db call raises not found. In all other
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue