mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 13:06:11 +02:00
📎 Fix audit event type naming on oidc
This commit is contained in:
parent
7df9ac5e4f
commit
69b432eb0e
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@
|
||||||
props (audit/profile->props profile)
|
props (audit/profile->props profile)
|
||||||
context (d/without-nils {:external-session-id (:external-session-id info)})]
|
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/name "login-with-oidc"
|
||||||
::audit/profile-id (:id profile)
|
::audit/profile-id (:id profile)
|
||||||
::audit/ip-addr (inet/parse-request request)
|
::audit/ip-addr (inet/parse-request request)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue