🐛 Fix incorrect register-profile audit log handling

This commit is contained in:
Andrey Antukh 2022-06-23 14:09:25 +02:00
parent 69810750c5
commit c211e84498
3 changed files with 13 additions and 10 deletions

View file

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