0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

🐛 Add missing logged-out event after account deletion

This commit is contained in:
Andrey Antukh 2024-06-27 13:52:23 +02:00
parent 78addf00b4
commit 272edec3c6

View file

@ -538,6 +538,7 @@
(->> (rp/cmd! :delete-profile {})
(rx/tap on-success)
(rx/catch on-error)
(rx/map logged-out)
(rx/delay-at-least 300))))))
;; --- EVENT: request-profile-recovery