mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Add missing logged-out event after account deletion
This commit is contained in:
parent
78addf00b4
commit
272edec3c6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user