0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

💄 remove console

This commit is contained in:
Eva 2022-05-26 13:58:00 +02:00
parent d5df465992
commit 57ccb18517

View file

@ -75,7 +75,6 @@
on-succes on-succes
(fn [data] (fn [data]
(prn "SUCCESS" data)
(when-let [token (:invitation-token data)] (when-let [token (:invitation-token data)]
(st/emit! (rt/nav :auth-verify-token {} {:token token})))) (st/emit! (rt/nav :auth-verify-token {} {:token token}))))