mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: address issues when merging master
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
(defn sign-out!
|
||||
[e]
|
||||
(->
|
||||
(db/clear-local-storage-and-idb!)
|
||||
(idb/clear-local-storage-and-idb!)
|
||||
(p/catch (fn [e]
|
||||
(println "sign out error: ")
|
||||
(js/console.dir e)))
|
||||
|
||||
Reference in New Issue
Block a user