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:
commit
b0fea30770
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue