mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
🐛 Fix unexpected recursion error on logout.
This commit is contained in:
parent
29addbe987
commit
6e840a439e
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
|||
ptk/WatchEvent
|
||||
(watch [_ state s]
|
||||
(->> (rp/mutation :logout)
|
||||
(rx/catch (constantly (rx/empty)))
|
||||
(rx/ignore)))
|
||||
|
||||
ptk/EffectEvent
|
||||
|
|
Loading…
Reference in a new issue