0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 18:18:24 -05:00

Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Alejandro Alonso 2024-09-11 12:46:04 +02:00
commit 042b3a71d8

View file

@ -149,8 +149,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))))