mirror of
https://github.com/penpot/penpot.git
synced 2025-07-21 04:47:13 +02:00
🐛 Fix bad redirect on new oops page with penpot login
This commit is contained in:
parent
e0034dc205
commit
58593a9428
3 changed files with 19 additions and 11 deletions
|
@ -31,7 +31,7 @@
|
|||
(defn asap
|
||||
[f]
|
||||
(-> (p/resolved nil)
|
||||
(p/then f)))
|
||||
(p/then (fn [_] (f)))))
|
||||
|
||||
(defn interval
|
||||
[ms func]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue