mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
Merge pull request #5114 from penpot/superalex-fix-fetch-profile-exception
🐛 Fix fetch profile exception
This commit is contained in:
commit
16cf16c422
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
||||||
href (->> path
|
href (->> path
|
||||||
(js/encodeURIComponent)
|
(js/encodeURIComponent)
|
||||||
(str "/challenge.html?redirect="))]
|
(str "/challenge.html?redirect="))]
|
||||||
(rx/of (rt/nav-raw href)))
|
(rx/of (rt/nav-raw :href href)))
|
||||||
(rx/throw cause))))
|
(rx/throw cause))))
|
||||||
|
|
||||||
(defn fetch-profile
|
(defn fetch-profile
|
||||||
|
|
Loading…
Add table
Reference in a new issue