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:
parent
7df9ac5e4f
commit
69b432eb0e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue