0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00

Merge pull request #4814 from penpot/niwinz-hotfix-1

🐛 Add missing logged-out event after account deletion
This commit is contained in:
Alejandro 2024-06-27 14:04:16 +02:00 committed by GitHub
commit b0fea30770
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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