mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 15:21:18 -05:00
🐛 Add missing logged-out event after account deletion
This commit is contained in:
parent
ba721def26
commit
17015c5353
1 changed files with 1 additions and 0 deletions
|
@ -570,6 +570,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…
Add table
Reference in a new issue