mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 04:41:39 +02:00
🐛 Fix incorrect register-profile audit log handling
This commit is contained in:
parent
69810750c5
commit
c211e84498
3 changed files with 13 additions and 10 deletions
|
@ -51,7 +51,7 @@
|
|||
(defn profile->props
|
||||
[profile]
|
||||
(-> profile
|
||||
(select-keys [:is-active :is-muted :auth-backend :email :default-team-id :default-project-id :fullname :lang])
|
||||
(select-keys [:id :is-active :is-muted :auth-backend :email :default-team-id :default-project-id :fullname :lang])
|
||||
(merge (:props profile))
|
||||
(d/without-nils)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue