🐛 Fix bad redirect on new oops page with penpot login

This commit is contained in:
Pablo Alba 2024-09-23 12:55:45 +02:00
parent e0034dc205
commit 58593a9428
3 changed files with 19 additions and 11 deletions

View file

@ -31,7 +31,7 @@
(defn asap
[f]
(-> (p/resolved nil)
(p/then f)))
(p/then (fn [_] (f)))))
(defn interval
[ms func]