0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-13 15:31:26 -05:00

🐛 Fix incorrect name on audit event

This commit is contained in:
Andrey Antukh 2024-04-15 14:09:44 +02:00
parent 0135b477ca
commit 8c2038e43b

View file

@ -163,7 +163,7 @@
(ptk/reify ::logged-in
ev/Event
(-data [_]
{::ev/name "signing"
{::ev/name "signin"
::ev/type "identify"
:email (:email profile)
:auth-backend (:auth-backend profile)