mirror of
https://github.com/penpot/penpot.git
synced 2025-05-05 09:05:54 +02:00
🐛 Fix incorrect name on audit event
This commit is contained in:
parent
0135b477ca
commit
8c2038e43b
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@
|
||||||
(ptk/reify ::logged-in
|
(ptk/reify ::logged-in
|
||||||
ev/Event
|
ev/Event
|
||||||
(-data [_]
|
(-data [_]
|
||||||
{::ev/name "signing"
|
{::ev/name "signin"
|
||||||
::ev/type "identify"
|
::ev/type "identify"
|
||||||
:email (:email profile)
|
:email (:email profile)
|
||||||
:auth-backend (:auth-backend profile)
|
:auth-backend (:auth-backend profile)
|
||||||
|
|
Loading…
Add table
Reference in a new issue