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

🐛 Set correct order of execution for logged-out event

This commit is contained in:
Andrey Antukh 2024-06-27 16:10:04 +02:00
parent b0fea30770
commit c45a105186

View file

@ -537,8 +537,8 @@
on-success identity}} (meta params)]
(->> (rp/cmd! :delete-profile {})
(rx/tap on-success)
(rx/catch on-error)
(rx/map logged-out)
(rx/catch on-error)
(rx/delay-at-least 300))))))
;; --- EVENT: request-profile-recovery