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

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

View File

@@ -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))))