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