mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 19:19:09 -05:00
Merge remote-tracking branch 'origin/main' into staging
This commit is contained in:
commit
d108ad904e
1 changed files with 3 additions and 3 deletions
|
@ -145,7 +145,7 @@
|
||||||
(if (and (= :authorization (:type data))
|
(if (and (= :authorization (:type data))
|
||||||
(= :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=")
|
(str "/challenge.html?redirect=")
|
||||||
(js/encodeURIComponent))]
|
(js/encodeURIComponent))]
|
||||||
(rx/of (rt/nav-raw href)))
|
(rx/of (rt/nav-raw href)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue