mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
🐛 Fix fetch profile exception
This commit is contained in:
parent
91c8af9e38
commit
4e1eee197e
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
|||
href (->> path
|
||||
(js/encodeURIComponent)
|
||||
(str "/challenge.html?redirect="))]
|
||||
(rx/of (rt/nav-raw href)))
|
||||
(rx/of (rt/nav-raw :href href)))
|
||||
(rx/throw cause))))
|
||||
|
||||
(defn fetch-profile
|
||||
|
|
Loading…
Add table
Reference in a new issue