mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 03:28:25 -05:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
042b3a71d8
1 changed files with 2 additions and 2 deletions
|
@ -149,8 +149,8 @@
|
||||||
(= :challenge-required (:code data)))
|
(= :challenge-required (:code data)))
|
||||||
(let [path (rt/get-current-path)
|
(let [path (rt/get-current-path)
|
||||||
href (->> path
|
href (->> path
|
||||||
(str "/challenge.html?redirect=")
|
(js/encodeURIComponent)
|
||||||
(js/encodeURIComponent))]
|
(str "/challenge.html?redirect="))]
|
||||||
(rx/of (rt/nav-raw href)))
|
(rx/of (rt/nav-raw href)))
|
||||||
(rx/throw cause))))
|
(rx/throw cause))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue