mirror of
https://github.com/penpot/penpot.git
synced 2026-05-07 17:18:35 +00:00
🐛 Fix unexpected recursion error on logout.
This commit is contained in:
parent
29addbe987
commit
6e840a439e
@ -90,6 +90,7 @@
|
||||
ptk/WatchEvent
|
||||
(watch [_ state s]
|
||||
(->> (rp/mutation :logout)
|
||||
(rx/catch (constantly (rx/empty)))
|
||||
(rx/ignore)))
|
||||
|
||||
ptk/EffectEvent
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user