mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -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
|
ptk/WatchEvent
|
||||||
(watch [_ state s]
|
(watch [_ state s]
|
||||||
(->> (rp/mutation :logout)
|
(->> (rp/mutation :logout)
|
||||||
|
(rx/catch (constantly (rx/empty)))
|
||||||
(rx/ignore)))
|
(rx/ignore)))
|
||||||
|
|
||||||
ptk/EffectEvent
|
ptk/EffectEvent
|
||||||
|
|
Loading…
Reference in a new issue