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

This commit is contained in:
Alejandro Alonso 2024-09-11 12:45:39 +02:00
commit 767ec37b83

View file

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