mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 23:31:21 -05:00
🐛 Add missing logged-out event after account deletion
This commit is contained in:
parent
78addf00b4
commit
272edec3c6
1 changed files with 1 additions and 0 deletions
|
@ -538,6 +538,7 @@
|
||||||
(->> (rp/cmd! :delete-profile {})
|
(->> (rp/cmd! :delete-profile {})
|
||||||
(rx/tap on-success)
|
(rx/tap on-success)
|
||||||
(rx/catch on-error)
|
(rx/catch on-error)
|
||||||
|
(rx/map logged-out)
|
||||||
(rx/delay-at-least 300))))))
|
(rx/delay-at-least 300))))))
|
||||||
|
|
||||||
;; --- EVENT: request-profile-recovery
|
;; --- EVENT: request-profile-recovery
|
||||||
|
|
Loading…
Add table
Reference in a new issue