0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

📎 Fix audit event type naming on oidc

This commit is contained in:
Andrey Antukh 2024-07-24 20:59:48 +02:00
parent 7df9ac5e4f
commit 69b432eb0e

View file

@ -572,7 +572,7 @@
props (audit/profile->props profile)
context (d/without-nils {:external-session-id (:external-session-id info)})]
(audit/submit! cfg {::audit/type "command"
(audit/submit! cfg {::audit/type "action"
::audit/name "login-with-oidc"
::audit/profile-id (:id profile)
::audit/ip-addr (inet/parse-request request)